Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Nadiyah
Contributor
Contributor

Dynamic Label dose not show correctly

Hello 

 

I tried to apply a dynamic label but it's shown like this label.PNG

the expression is =GetCurrentSelections(ENTRY_DATE,'DD/MM/YYYY') 

 

is it right ?? please help

 

4 Replies
tresB
Champion III
Champion III

If you are trying to get entry date selection values, try using getfieldselections() instead, like:

getfieldselections(ENTRY_DATE)

 

Nadiyah
Contributor
Contributor
Author

thank you for your  answer 

 

but the expression does not working

 

anat
Master
Master

only({<Day=,Month=,Year=>}ENTRY_DATE)

Nadiyah
Contributor
Contributor
Author

thank you for your answer 

 

but still not working