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: 
My_Rebecca
Creator
Creator

Text to Date

Text: 2023.06.25

How to turn to date format?

Labels (1)
1 Solution

Accepted Solutions
Gabbar
Specialist
Specialist

please use Date# like, if that is the format of your text date in a field named Field_Text try:-

Load: 
Date(Date#(Field_Text,'YYYY.MM.DD')) as Field_Date 
from source;

View solution in original post

1 Reply
Gabbar
Specialist
Specialist

please use Date# like, if that is the format of your text date in a field named Field_Text try:-

Load: 
Date(Date#(Field_Text,'YYYY.MM.DD')) as Field_Date 
from source;