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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

All item total vs filtered single item total in bar chart

Hi I have a problem where the value shown when highlighted an item and showing all is different in the bar chart.

Once filtered, the value is correct

What's the issue. Ill upload the QVF file together !

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this

Sum(Aggr(IF(Currency = 'THB', SUM(GRAmount)*vThaiRate, SUM(GRAmount)*1), Sub_category, Currency))

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this

Sum(Aggr(IF(Currency = 'THB', SUM(GRAmount)*vThaiRate, SUM(GRAmount)*1), Sub_category, Currency))

Anonymous
Not applicable
Author

this works, and solved