
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Date picker field shows invalid dimension error in Qlik Sense Enterprise on Windows
Aug 19, 2021 7:55:33 AM
Sep 30, 2019 6:55:09 AM
When using the date picker extension and selecting a date field from the data model, no fields are available and a error message that says invalid dimension is shown. Dates in the data model have the correct format that also match with the set regional environmental settings in the script (see Dashboard Bundle Date Picker object does not pick data ranges) yet the Invalid Dimension error message.
Environment:
Resolution
A functioning example statement looks like this:
TAG FIELD TransactionDate WITH '$date';
Load
Date(today()+1) as TransactionDate
Autogenerate 10;
This adds the missing tag to identify the field as a valid date dimension.
This statement can be inserted at any point in the script.
Related Content:
- Field tags
- Tag
- Field tagging for source data with unrecognized formatting has changed in February 2019
Should you require further assistance, connect with our active Qlik Community for creative application development assistance and ideas, or connect with our support team at support.qlik.com referencing this article ID.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
we saw this exact same error once, when the extension files had mysteriously been removed from the server. after we re-imported the extension from a back up copy, the error went away. just another scenario for this error - check to see that the extension files exist on the server ( in staticcontent\extensions )