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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

return the value text name

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

Labels (1)
16 Replies
maxgro
MVP
MVP

maybe

text(Media)

num(Media)

sasiparupudi1
Master III
Master III

could you post some sample data for the media field?

Not applicable
Author

If your field is Dual you can forcefully convert to either format with Text & Num function.

Try like below:

Text(Only(MonthField))

MarcoWedel
MVP
MVP

‌Date(Date#(10,'M'),'MMMM')

regards

Marco

qlikviewwizard
Master II
Master II

Hi larisa_filonova

Please close the thread by selecting Correct Answer and Helpful. Thank you.

Anonymous
Not applicable
Author

That's a useful example. Thank you!

Anonymous
Not applicable
Author

Thanks everyone for your comments!