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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dosaril
Contributor III
Contributor III

mix date format

hello 

 

i have date that show mix of format, i tried to use:

date(SUBMISSION_DATE,'DD/MM/YYYY') AS SUBMISSION_DATE,

 

dosaril_0-1745223196185.png

 

what should i use to avoid this missing 

 

thank you 

 

Labels (4)
1 Solution

Accepted Solutions
Anil_Babu_Samineni

Make sure you have first converted all possible different formats into one. an example like below for 2 formats with date and num. 

Alt(date(SUBMISSION_DATE,'DD/MM/YYYY'), date(Num#(SUBMISSION_DATE),'DD/MM/YYYY'), ...........)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

3 Replies
Anil_Babu_Samineni

Make sure you have first converted all possible different formats into one. an example like below for 2 formats with date and num. 

Alt(date(SUBMISSION_DATE,'DD/MM/YYYY'), date(Num#(SUBMISSION_DATE),'DD/MM/YYYY'), ...........)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
marcus_sommer

It may not mandatory a matter of converting and formatting the dates properly else the data itself might be just invalid.

RobMika
Contributor II
Contributor II

What is your data source? Fix it there if possible.. Are those 3-digit entries valid?(What year is 0112?) or just some 'noise'.

 

 

 
Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download