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: 
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;