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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nidheesh
Contributor III
Contributor III

Date picker not recognizing date -when date value coming greater than 18/Jan/2080

Date picker not recognizing date -when date value coming greater than 18/Jan/2080

nidheesh_0-1746101656176.png

nidheesh_1-1746101753882.png

 

Labels (1)
2 Replies
nevopotokcloudinary

Hi @nidheesh,
This sounds like a known limitation related to the underlying date serial number range in Qlik. Dates beyond January 18, 2080, may exceed the max serial date Qlik supports (usually tied to the 5-digit serial date limit from Excel-style systems).

A few things you could try:

  • Ensure your field is interpreted as a date using Date(Date#(FieldName, 'DD/MM/YYYY'))

  • Use dual() if you need to force Qlik to store a number representation manually.

  • If it’s just for display (not calculation), consider treating the field as a string.

Hope it's help

Nevo

nidheesh
Contributor III
Contributor III
Author

ok thank you