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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date is not recognizing.

2018-04-17.png

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Few of your dates are already in number. For them you just have to format it using date(). Hence try like:

Date(Alt(Date, Date#(..), Date#(...)), 'DD/MM/YYY') as Date1

View solution in original post

8 Replies
tresesco
MVP
MVP

Few of your dates are already in number. For them you just have to format it using date(). Hence try like:

Date(Alt(Date, Date#(..), Date#(...)), 'DD/MM/YYY') as Date1

sasiparupudi1
Master III
Master III

May be use Trim

Date(Alt(Date#(Trim(Date),'DD/MM/YYY'),Date#(Trim(Date),'D/MM/YYY'),) 'DD/MM/YYY') as Date1

Anonymous
Not applicable
Author

Tried but didn't worked

tresesco
MVP
MVP

Could you share the excel to check?

Anonymous
Not applicable
Author

I changed system date and now it's working fine. Thank you guys.

sasiparupudi1
Master III
Master III

Please close this thread

Anonymous
Not applicable
Author

How?