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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding Totals

Hello.

I was wondering if anyone knows how i can use the set analysis so i can turn and expresion like sum(TOTAL Ammount), to add the total but only of the year of the dimension.

Its something like sum({$<Year={'2013'}>} TOTAL Ammount), but i want to total of each year on the dimension.

pls help,

thanks,

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

This I guess:

=Sum(TOTAL <Year> Ammount)

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

This I guess:

=Sum(TOTAL <Year> Ammount)

Not applicable
Author

thanks alot

sunny_talwar
MVP
MVP

No problem