Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying correct Total at the bottom

Hi,

I am having three expression, where the third expression is (2nd Expression / 1st Expression). I am able to get the correct result for all the rows, except for the total (displayed at the bottom). I have attched the file. Is there any work around for that.

Thanks

2 Replies
Not applicable
Author

Hi Santhosh,

I have few doubts in you qvw.

Why the Product B has all catogories and Not for A and C. I have just tried ?

Don't this Expression product your desired output

Sum(AGGR(sum( {<Range= {'0 - 10', '11 - 20', '21 - 30', '31 - 40', '41 - 50'}>} Sales1 ),Product,Category))

Not applicable
Author

Hi Srini,

The QVW shows the top 10 categories and that is why it shows the desired result.

Your expression doesn't check for top 10 and hence it is error in the result. My problem is only in the 'Sales' expression. It doesn't give me the correct total.

Thanks