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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date is not recognizing.

2018-04-17.png

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

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
tresB
Champion III
Champion III

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

tresB
Champion III
Champion III

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?

sasiparupudi1
Master III
Master III