I built an expense report that has a calculated field (Expense variance) - the report also groups my projects by Project - and I am able to sum at the group level for the planned amount and actual amount (native field) but not able to sum the calculated field - I am sure there is text mode that will allow me to do so - thoughts?
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Views
Replies
Total Likes
Try switching to text mode and adding the "aggregator" lines, such as what is seen here in the Entry to Complete Date Variance example. However, your lines might look something like this:
aggregator.namekey=expensevariance
aggregator.valueexpression=SUB({plannedAmount},{actualAmount})
aggregator.function=SUM
aggregator.valueformat=HTML
Views
Replies
Total Likes
Views
Likes
Replies