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: 
Not applicable

how to name a selection table with a dynamic group?

Hi all

I created a dynamic group, with different aggregations of our customers.

(sinlge-Store, Group, Headquaters)

As you are able to change the levels you are looking at, the name of the selection table has to change as well.

I couln't find any option for that?

Das somebody have an idea?

Thanks for your help

2 Replies
datanibbler
Champion
Champion

Hi Oliver,

the label of a chart can also be an expression. You can use the Getfieldselections([Group]) or Getcurrentselections([field]) functions to find out which dimension is currently active.

HTH

Not applicable
Author

Hi

Thanks for your fast reply. I tried "GetCurrentField(BP)" and it worked.

But it shows me the technical name.

When I want to see the user-friendly name, I can do this withs if/else?

But somehow it doesn't work....

=if(GetCurrentField(BP)='BP.Name','BP Outlet')

the field name is BP.Name in this App....