Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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

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