Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
farzeenabbas
Contributor II
Contributor II

Date Time formet

i have this date time format '20220131163500' how to convert this in simple date into load script . i only need date  from this.

Labels (1)
1 Solution

Accepted Solutions
MarcoWedel

Date(Date#(Left('20220131163500',8),'YYYYMMDD'))

View solution in original post

2 Replies
MarcoWedel

Date(Date#(Left('20220131163500',8),'YYYYMMDD'))

farzeenabbas
Contributor II
Contributor II
Author

yeah ,it works Tysm @MarcoWedel