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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Wrong dateformat

Hello!

I have some probelm with a field in my file. I have date and time in wrong format, 12/03/07 16:34:38. I will have this field in 20120307. i have try date and date#, but with wrong result. Some one who can help me?

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

Date(right(DATEFIELD,2)&'/'&MID(DATEFIELD,5,2)&'/'&LEFT(DATEFIELD,4),'DD/MM/YYYY')

View solution in original post

2 Replies
Not applicable
Author

Date(right(DATEFIELD,2)&'/'&MID(DATEFIELD,5,2)&'/'&LEFT(DATEFIELD,4),'DD/MM/YYYY')

Not applicable
Author

Thanks!