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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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,