Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue in total of pivot table.

In the attached  file, under total column and row total the value is 2, but i want the sum of the rows i.e. 5.

My expressions for total :

if(column(1)>='95' and Column(2)<='99',1,2).

What should be the expression for it so that i get 5.

Please Help.

5 Replies
ecolomer
Master II
Master II

can you try to put Sum(expression)

PrashantSangle

Hi,

Just try with Sum(if(column(1)>='95' and Column(2)<='99',1,2))

or

Select Total Mode->sum of Rows

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author

Its a Pivot Table..

Anonymous
Not applicable
Author

I have already tried its not working.

PrashantSangle

Hi,

kk then you dont get Total Mode my bad

But according to your expression it is working fine

try with Sum(Expression)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂