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

Announcements
Search may be unavailable 11:30 PM on Aug 24 to 1:30 AM on Aug 25. Thank you for your patience.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

convert date string into proper date format

Hi, I have a date variable in text format that contains values such as '02-SEP-14'. How can I convert these values into the actual date? I've tried: date(<datefield>,'DD-MMM-YY') but it does not work, it is still in text format. Thanks.

Labels (1)
2 Replies
maxgro
MVP
MVP

= date(date#('02-SEP-14', 'DD-MMM-YYYY'), 'DD/MM/YYYY')

here for detail

QlikView Date fields

MarcoWedel
MVP
MVP

or simply

date#(<datefield>,'DD-MMM-YY')


hope this helps


regards


Marco