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: 
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.

Labels (1)
2 Replies
marcus_sommer
MVP
MVP

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?