Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
sum(amount/amount1)
also try this
sum(sum(amount)/sum(amount1))
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
Thanks vishwaranjan.
I tried this but that was given me output as null values.
Hi
Try like this
= Column(1)/Column(2)
Hope that helps
= Column(1)/Column(2)
that gives me row level output but at the bottom i want Total of that Column
Thanks
ok try this
sum(total amount/ amount1)
HI
can u post a sample file? with ur expecting answer?
PFA.
see my last expression column.
i want only Total at Bottom.
Thanks