I have a measure object which has negative values along with positive values. But in the report i need to show only absolute value of the measure. So i have used Abs() function to display. The report has one section. When i take total of the measure using absolue value, the sum is coming fine at section level. I need to display one grand total for the entire report. But when i use the absolue function to display the grand total, the absolute funtion is not working. I am getting the grand total as if there is absolute fuction. Any idea how to do this…
For example if have mesure values like 1,-2,3,-4,5,6. If i take absolue sum i should get 1+2+3+4+5+6 = 21. I am getting this at section level. At the grand total level i am getting 1-2+3-4+5+6 = 9. I have used Abs(measure) at both the totals. The absolue fuction is not taking effect at grand total level. Hope i am clear now
Since section doesn’t have a grand total unlike break, how are you showing the grand total
Is it in a separate block, if yes are you able to show the details and a total of that
Yes, i have created another block to just display the grand totals of all my mesures. Find the attached screen shot for more information. Here No actual cash flow is in section. The grand totals are displayed in another block.