Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I got a selection of year with : 2019,2020,2021
I got this :
I did this : ='Année' &':'& GetCurrentSelections(Year)
But I would like to have this :
L'année actuel est : 2020
What can I do else to got this ?
Thanks in advance
Hello Siem
Try this in the label:
= 'L'&Chr(39) & 'année actuel est: ' & GetFieldSelections([Order Date.autoCalendar.Year]) - not that my field name is being used here. Let me know if this helps.
Reference:https://community.qlik.com/t5/Design/Escape-sequences/ba-p/1469770
Hello Siem
Try this in the label:
= 'L'&Chr(39) & 'année actuel est: ' & GetFieldSelections([Order Date.autoCalendar.Year]) - not that my field name is being used here. Let me know if this helps.
Reference:https://community.qlik.com/t5/Design/Escape-sequences/ba-p/1469770