Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
prasad_dumbre
Partner - Creator
Partner - Creator

Showing Dynamic "Total Label"

Dear Experts,

As shown in below image, in pivote table, whenever we apply partial sum , label Total gets displayed

1.PNG

My Req. is it should show, that particular dimension value & ' Total' .

like below image:

2.png

Is it possible ???

Thanks in advance . . .

Regards,

Prasad D. Dumbre

11 Replies
prasad_dumbre
Partner - Creator
Partner - Creator
Author

Hi Anbu,

Thanks for your feedback.

Can you guide how can we do similar with more dimensions, as i tried your approach but i got output like thisCapture.PNG

I want last line label "India Total: 12".

Is it possible ?

anbu1984
Master III
Master III

Yes. Try this

If(Dimensionality() =2, Currency & ' Total : ' & Sum(Sales),If(Dimensionality() =0, Market & ' Total : ' & Sum(Sales),Sum(Sales)))