Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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
tresesco
MVP
MVP

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