Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
chloe
Contributor III
Contributor III

Date Type changes along the table

Hey,

I have an issue with my StartDate column, the type of the column changes as below:

chloe_1-1613056622483.png

How can I fix it? 

 

Thanks.

3 Replies
PradeepK
Creator II
Creator II

Looks like Field value is not consistent.. Look into field $Tags.. it should $date and not $text

FieldType.PNG

 

Use Date#() function to parse text date field correctly.

Tip : You can also look into Alt() function if date format is changing..

chloe
Contributor III
Contributor III
Author

Perfect! thanks 😀

QFabian
Specialist III
Specialist III

Hello @chloe , it is important to consider that Qlik defines some initial variables in the script, and two of them define the date formats and separators:

QFabian_0-1613075240321.png

 

QFabian