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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Retrieve Month from text

Good evening,

I I have to retrieve month from text column . The column is labelled

'ValueJan'

'ValueFeb'

'ValueMar'

..

...

..

and soo on.

How I can correctly retrieve the month ?

11 Replies
MarcoWedel

You might also have to set your LongMonthNames variable to your local month names to make the Date#( ... ,'MMMM') approach work.

regards

Marco

MarcoWedel

another one:

Subfield(YourField, 'Value', 2)

regards

Marco