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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
1 Reply
sunny_talwar

May be this:

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