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

Set Expression

Hi Community,

I have one problem with set expression.

In my pivot table i have three expression with one dimension.

3rd expression is sum(expression1)/sum(expression2)

its gives me currect output at row lavel but at bottum i want total of expression3 but

it was not appear.

Thanks

Labels (1)
1 Solution

Accepted Solutions
VishalWaghole
Specialist II
Specialist II

Hi

Try this

sum(aggr(sum(expression1)/sum(expression2),Dimenssion))

Thanks

View solution in original post

3 Replies
nagaiank
Specialist III
Specialist III

Try using a straight table instead of pivot table.

Not applicable
Author

i tried but striaght table is also not reflecting with output that i want.......

VishalWaghole
Specialist II
Specialist II

Hi

Try this

sum(aggr(sum(expression1)/sum(expression2),Dimenssion))

Thanks