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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Month function

I am using month function but why it is coming OKT instead of OCT

2 Replies
buzzy996
Master II
Master II

may that's how in r datasource.

pls share qvw?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

In your LOAD script, scroll to the top and look for a SET MonthNames = '...'; line.

Change the string value so that it matches your expectations. Date functions get the short string representations for month names from variable MonthNames.

Note that you can define a variable called LongMonthNames in the same way to control the long Month Names (e.g. format spec 'MMMM')