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: 
smilingjohn
Specialist
Specialist

Date

Hi All, 

I have date field from oracle in the below format of the screenshot , I am converting this into QVD and in the 2nd layer when i try to conevrt this format to 'DD/MM/YYYY' this is not working . I tried all the possible methods but i am not able to convert this date format Could someone please help me on this ? 

smilingjohn_0-1602481628040.png

Thanks in Advance

Labels (1)
1 Solution

Accepted Solutions
smilingjohn
Specialist
Specialist
Author

This got worked with below function 

date(floor(Date),'DD/MM/YYYY') as Date

View solution in original post

1 Reply
smilingjohn
Specialist
Specialist
Author

This got worked with below function 

date(floor(Date),'DD/MM/YYYY') as Date