Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

USage of TOTALfunction in Set analysis to calculate %ge

Hi Experts,

I have an expression like this...

Amount = sum({$<product_groupSector='DTC Assets'}>AMTSector)

I want to calculate the total%ge for above. I know about TOTAL() function but can any one write here how to use it in this expression.

Thank you

1 Reply
sunny_talwar

May be this:

Sum({$<product_groupSector='DTC Assets'}>AMTSector)/Sum(TOTAL {$<product_groupSector='DTC Assets'}>AMTSector)