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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date Format

Hi

I am extracting data from SAP BW and I have a date field having the format DD.MM.YYYY.  I want to change it to MM/DD/YYYY. I have tried using the function below but it's not returning any value. I have also tried changing the DateFormat in the script but to no avail.

date#((Date([Posting date - Posting date Level 01 (Text)],'DD.MM.YYYY')),'MM/DD/YYYY')  as [Posting Date]

qv1.PNG

11 Replies
Anonymous
Not applicable
Author

Thanks All! 

Anonymous
Not applicable
Author

Thank you!