attempting to: subtract a calculated column of {actual expenses} from the native project {budget} field.
example: (column 1 "native budget field") - (column 2 "calculated actuals") = column 3
Views
Replies
Total Likes
You would need to include the calculation of your calculated column in the calculation for your third column.
SUB({budget},calculated column expression)
Views
Replies
Total Likes
Hi James - what is your expression for column 2 (Actual Amount Remaining) that is returning a value?
Views
Replies
Total Likes
Hi, Here are the columns with their expressions:
I wanted to take the known budget and subtract the calculated value (actual amount) and provide a 3rd column that show an updated budget value.
Views
Replies
Total Likes
Have you verified if all your fields for "actual" are setup as number/currency fields and not text fields?
Views
Replies
Total Likes
they are all set to currency
Views
Replies
Total Likes
Final Question (I think).
What kind of report are you running? Based on your header for the budget field that's populating (project:budget), I'm now thinking this is not a project report as I expected. If it's not a project report you need to reference the fields differently.
For instance, if it's a project financial data report the project budget is actually {project}.{budget} and not just {budget} and your custom form fields would also need to have the {project} predecessor on them - {project}.{DE:Tech Services - Period 1 Actual}
Views
Replies
Total Likes
okay very helpful. Where can I find the predecessor for an expense object?
Here is the winning formula:
Views
Replies
Total Likes
Can you tell me what kind of report you are running?
Views
Replies
Total Likes
project report
Views
Replies
Total Likes
Hi James -
Since you are running a project report you won't be able to pull in the data from a lower object quite the way you would think.
I would suggest looking into running an expense report to get the data you need instead of a project report. Then you can work with summing the columns, etc. You might even be able to build some calculated fields to get that information to the project and then report it out.