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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jpaviles1
Contributor III
Contributor III

Transform 'M/D/YYYY' string as DD/MM/YYYY date

Hello Qlik Community,

On the attached Excel file, it seems dates are reported as M/D/YYYY string - Capture1.

When trying Date#("Timestamp",'DD/MM/YYYY') as "Timestamp1" on the Data Load Editor, I get result as per Capture2.

How to get date range properly reported from 09/12/2023 to 08/01/2024?

Thank you,

Jose

Labels (1)
1 Solution

Accepted Solutions
jpaviles1
Contributor III
Contributor III
Author

Hello @Parthiban ,

It works! 🙂

On the Line Chart I have, I disabled Continues scale

jpaviles1_0-1704887902817.png

And this is the result:

jpaviles1_1-1704888009581.png

Thanks a million, it is really appreciated 🙂

Kind regards,

Jose

 

View solution in original post

2 Replies
Parthiban
Creator
Creator

Hi,

Try this one

Date(date#(Timestamp,'M/D/YYYY'),'DD/MM/YYYY') as Timestamp1

jpaviles1
Contributor III
Contributor III
Author

Hello @Parthiban ,

It works! 🙂

On the Line Chart I have, I disabled Continues scale

jpaviles1_0-1704887902817.png

And this is the result:

jpaviles1_1-1704888009581.png

Thanks a million, it is really appreciated 🙂

Kind regards,

Jose