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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ashmitp869
Creator II
Creator II

DateTime format not exporting correctlly

Hi All,

I used Date([SE Start Dttm],'DD/MM/YYYY hh:mm:ss') as [SE Start DateTime]  to get the format in qlikview script.

ashmitp869_0-1684212130626.png

But when exporting the data to excel it giving me funny format 

ashmitp869_1-1684212263927.png

 

its working when change the date format. Is there is any to fix the format when doing the export.

 

Thanjs

Labels (1)
1 Reply
Rohan
Partner - Specialist
Partner - Specialist

Hi,

Try : Text(Date([SE Start Dttm],'DD/MM/YYYY hh:mm:ss')) as your Dimension expression.

 

Thanks & Regards,

Rohan.