Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a line graph in Qlik Sense like this:
For this line graph, my measure is as follows:
IF(GetSelectedCount([DimensionName]) = 1, SUM([TDP UV]), SUM(DISTINCT [TDP TI UV]))
This basically means that if there is filter selected with only one value, then display SUM([TDP UV]) or else display SUM(DISTINCT [TDP TI UV])).
Currently, my line graph displays label value as "TDP UV" irrespective of the column in use. Is there a way where I can dynamically change label based on the current column?
May be this extension helps
https://community.qlik.com/t5/Qlik-Sense-Documents/Qlik-Sense-3-0-Widget/ta-p/1495454
Thanks for this. However, is there any other way to do it without the extensions? I cannot install extensions in my organization's qlik account.
Check this once If you are looking similar to this and explain the needs so that we may check the possibility