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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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 ?

Labels (1)
11 Replies
MarcoWedel
MVP
MVP

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

regards

Marco

MarcoWedel
MVP
MVP

another one:

Subfield(YourField, 'Value', 2)

regards

Marco