Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pivot table total

mon.PNG.png

Here in the above pivot table .... i want the [final performance] Total and the expression for it is ...

=(if(Dimensionality()=1,

  [Coperate SLP]*Performance

  ))

23 Replies
ecolomer
Master II
Master II

For the TOTAL Dimensionality is 0

if you question about Dimensionality()=1 never you have a result in the TOTAL (becuase this line is Dimensionality=0)

Anonymous
Not applicable
Author

yaa but i want the sum of the above in total how can i make it happen .i tried many expressions .

SunilChauhan
Champion II
Champion II

goto chart properties-> supress zero values-> uncheck it

Sunil Chauhan
Anonymous
Not applicable
Author

can u give me u r mailid??

SunilChauhan
Champion II
Champion II

you could send  message to me using

create-> message. type name in to and write content and sent it. it will be visible to particular recipient

Sunil Chauhan
Anonymous
Not applicable
Author

actually i tried ..sending u a private message but your name has not appeared there ...

SunilChauhan
Champion II
Champion II

add as a friend then .you would be able to send message

Sunil Chauhan
Anonymous
Not applicable
Author

still u r name is not appearing over there...Sunil ... u send me u r mailid ?? i can tel u my query

simenkg
Specialist
Specialist

=(if(Dimensionality()<=1,

  [Coperate SLP]*Performance

  ))