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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bazzaonline
Creator
Creator

Change Date Format in Script

Hello,

I'm trying to join to sets of data and then do a sum however need to amend the date format in the script.

It currently looks like the below but needs to be dd/mm/yyyy, I tried Date(NotificationDate,'dd/mm/yyyy) AS NotificationDate and it doesn't bring back the correct result.

Please help

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

LOAD

     date(date#(NotificationDate, 'YYYY-MM-DD hh:mm:ss.ffff'),'DD/MM/YYYY' as FormattedNotificationDate,

...other fields...

FROM ...


talk is cheap, supply exceeds demand