Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Have a look at the attachment, like that you want to display the value.
Have you tried using GetCurrentSelections() ?
or something like below:
If(RangeMax(GetSelectedCount(PPG), GetSelectedCount(PPG)) > 0, Concat(DISTINCT [PPG], ', '))
@nisha_rai No it should be applied to the titles of the graph
@tm_burgers where do I need to apply this code?