Asolepius said:
I am editing a copy of the cash flow report. I don't want to use the default
field Actual Cost as it isn't really actual at all. My client wants to track
cost as invoiced, so I have a custom field called Invoiced Cost which is
filled in manually. I want a monthly cash flow showing baseline cost versus
invoiced cost (or any other cost I might want). Another limitation is that a
crosstab is only 2-dimensional, so I can only have months as columns and 1
cost field not 2. I really want 2 columns for each month. Hmmmm .... this is
really a pivot table job. Or an OLAP cube?
BTW is the convention here to top post? Not in any other NGs I know.
Asolepius,
You can't get a timescaled custom field (i.e. monthly invoiced cost)
displayed directly in a report or view in Project. That is because
Project does not know how to timescale the custom values values. It
might be linear and it might not.
You are right in that only a single row of field data is displayed in
the crosstab report. That shows one of the limitations with the built-in
reports. When I need to create a timescaled or other custom report, I
always use VBA. Although the utility "analyze timescaled data in Excel"
will export basic timescaled data from Project to Excel, nothing beats a
custom macro to get exactly the data you want in exactly the format you
want. Using VBA you can also generate timescaled data for your custom
cost. All you need to do is define how the custom cost is spread and
then let the VBA code create it.
BTW, what's a "top post"?
Hope this helps.
John
Project MVP