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: 
Kirsten
Creator II
Creator II

Dynamic text based on filtering

I would like to make a dynamic text field in the title of my graph, based on the filter selection

In the attached example, the text I want to have dynamic are underlined in red. Accessories comes  from the filter PPG and oct nov 2019 comes from the filter yearmonth

5 Replies
nisha_rai
Creator II
Creator II

Hi,

Have a look at the attachment, like that you want to display the value.

Text box.PNG

tm_burgers
Creator III
Creator III

Have you tried using GetCurrentSelections() ?

 

 

 

tm_burgers
Creator III
Creator III

or something like below:

If(RangeMax(GetSelectedCount(PPG), GetSelectedCount(PPG)) > 0, Concat(DISTINCT [PPG], ', '))

Kirsten
Creator II
Creator II
Author

@nisha_rai   No it should be applied to the titles of the graph

Kirsten
Creator II
Creator II
Author

@tm_burgers   where do I need to apply this code?