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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Nedd Suggestion

Hi All,

When extract from csv file , I find the date format like 20,151,101 .How can I correct this format to like 20151101 or 01/11/2015.

Thanks,

Manoj.

1 Reply
sunny_talwar

May be this:

Date(Date#(Num(DateField, '##'), 'YYYYMMDD'), 'DD/MM/YYYY') as DateField