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

Valid Date check

We have a column that contains dates, strings and integers. The data is CDC data. We have been having issues with the date field coming up as a number (Julian Date) rather than a date. I have tried using the alt function to determine that the date is not shown as a number. Is there any way to resolve this.

2 Replies
marcus_sommer

For this you need to use date() and date#() to convert and format these values - probably within a few if-loops to catch each varity of dates, strings and numerics.

- Marcus

maxgro
MVP
MVP

Could you post some of your data?