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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with Partial Sum Dynamic Label

Hello All,

Let me summaries my requirement.

I have pivot with 2 columns  value and 1 row value, I want to make my label dynamic which changes in the List selection for the partial sum (for row), which I can do with Expression.

but it works only when I expand the data and goes back to TOTAL(Default) if I collapse it.

Can someone please help me how to solve my issue. Attaches in the sample qvw file.

Thanks & Regards,

MVV Satish.

7 Replies
MK_QSL
MVP
MVP

Properties >> Presentation >> Select FQ and >> Labels for Totals >> =GetFieldSelections(List)

its_anandrjs
Champion III
Champion III

Go to

Properties -> Presentation -> Select FQ Dimension -> Labels for Totals -> type a code

=if(GetSelectedCount(List)=1,GetFieldSelections(List),'Total')

because when you not select any thing it display '-'

Not applicable
Author

Thanks for the suggestion, but I don't want to change the label for the FQ

Not applicable
Author

Thanks for the suggestion, but I don't want to change the label for the FQ

its_anandrjs
Champion III
Champion III

For which column you required.

nizamsha
Specialist II
Specialist II

PFA

Not applicable
Author

For Country Column