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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
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,