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: 
User5878
Contributor
Contributor

Covert from string to date format

I have a date in the format 'Aug 2020' and I'm trying to get Qlikview to recognize it as a date format instead of a string so that I can extract the individual elements such as the month and year but unfortunately nothing I've tried is working

2 Replies
rwunderlich
MVP
MVP

Date(Date#(strdate, 'MMM YYYY'))

-Rob

User5878
Contributor
Contributor
Author

Thanks!