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: 
VishalWaghole
Specialist II
Specialist II

Set Expression

Hi Community,

I have one pivot table with 3 expression

1. sum(amount)

2. sum(amount1)

3. sum(amount)/sum(amount1)

and at the bottom line i have Total of all this columns.

My sum(amount) and sum(amount1) giving me correct Total but

My sum(amount)/sum(amount1) total giving me incorrect total coz of my set expression.

so how can we develope set expression those giving me columns total.

Thanks.

11 Replies
Not applicable

sum(amount/amount1)

Not applicable

also try this

sum(sum(amount)/sum(amount1))

VishalWaghole
Specialist II
Specialist II
Author

i have already tried this but that was not giving me row level output.

Means if i have amount as 100 and amount1 as 25 then 3rd column gives me 4.

Thanks for reply

VishalWaghole
Specialist II
Specialist II
Author

Thanks vishwaranjan.

I tried this but that was given me output as null values.

MayilVahanan

Hi

Try like this

= Column(1)/Column(2)

Hope that helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
VishalWaghole
Specialist II
Specialist II
Author

= Column(1)/Column(2)

that gives me row level output but at the bottom i want Total of that Column

Thanks

Not applicable

ok try this

sum(total amount/  amount1)

MayilVahanan

HI

can u post a sample file? with ur expecting answer?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
VishalWaghole
Specialist II
Specialist II
Author

PFA.

see my last expression column.

i want only Total at Bottom.

Thanks