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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dunnalahk123
Creator III
Creator III

how to label subtotal in qliksense

Hi,

I want to give dynamic label for below

 

dunnalahk123_0-1680539870845.png

 

for example from above snapshot I am giving as below

iF(WildMatch([Geography],'Latin America','North America'),'AMS',

IF(Match([Geography],'APAC','India'),'API',

IF(Match([Geography],'Central','UKIMEA','NWE','Europe South'),'EMEA',
IF(Match([Geography],'Japan'),'Japan',
Region)
)))

 

but its giving me blank  not sure any suggestions? below is what I am writing in Qliksense

dunnalahk123_1-1680540053105.png

 

Labels (5)
1 Reply
Or
MVP
MVP

As far as I know, what you're trying to do is not possible. The Totals label is calculated for the entire object, not for each subtotal individually.