Skip to main content
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.