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

Date Format in csv file

I have a csv file with Period: Apr-12.

How to convert the Apr-12 to a date with 1/4/12? (set the day to 1st)

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Date(Date#(PERIOD, 'MMM yyyy'))  AS PERIOD,

View solution in original post

1 Reply
Not applicable
Author

Date(Date#(PERIOD, 'MMM yyyy'))  AS PERIOD,