Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've got a dual Field Month.
I need to set an expression which returns a text value which corresponds to a particular numeric value.
Say, I've got number X.
I'd like to set a function which returns the text value of X.
Is it possible?
Thank you in advance,
Larisa
maybe
text(Media)
num(Media)
could you post some sample data for the media field?
If your field is Dual you can forcefully convert to either format with Text & Num function.
Try like below:
Text(Only(MonthField))
Date(Date#(10,'M'),'MMMM')
regards
Marco
Please close the thread by selecting Correct Answer and Helpful. Thank you.
That's a useful example. Thank you!
Thanks everyone for your comments!