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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
ashmitp869
Creator II
Creator II

how to convert left(filename,6) to date field

Hi,

How to covert this to date -

This is the filename taking only left(filename,6), I need to covert it to date i.e 15 March 2022.

ashmitp869_0-1648628579424.png

 

1 Solution

Accepted Solutions
MarcoWedel

Date#(left(filename,6),'DDMMYY')

View solution in original post

1 Reply
MarcoWedel

Date#(left(filename,6),'DDMMYY')