Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have in qv Document the following pivot table.
In the Difference the total shown is incorrect. It may be probably due to incorrect expression. pls look into this in my attached QV document and advise me to correct it
what is expected output?
Thank you very much Sir, You have always helped me with valuable guidance. Still I am unable understand how the Aggr function works. Kindly elaborate it to me or provide me with information of blogs/books on the subject
Thanks
Without the Sum(Aggr(....)) the total rows is also evaluated for the If condition, but by using Sum(Aggr(....)), you can telling your chart to show the sum of rows as the total instead of using the if condition for the total row.
Does that make sense?
Yes Thanks a lot