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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ilanbaruch
Specialist
Specialist

Total

Hi All,

I'm trying to calculate relative amount (pivot table) with excluded dimension :

sum(amount) / sum(TOTAL <item_name> amount)

but result comes as :

sum((amount)/sum(TOTAL amount)

any ideas?


2 Replies
sasiparupudi1
Master III
Master III

try

aggr(sum((amount)/sum(TOTAL amount) ,yourdimension)

tresesco
MVP
MVP

Ideas could be directed to the right direction, if you could attach your sample qvw.