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: 
qlikdash2000
Contributor II
Contributor II

Date Picker <Select a value> doesn't display any of my date fields

The Qlik Sense Custom object named Date Picker usually works well in most of my apps. I have a newly created app with several date fields and I've inserted the `Date Picker` filter into my app.

For some reason, there are zero fields available in the `Date Picker` filter object. The only selection is <Select a value> and there are no fields to select! In my load script I'm loading the date as `Date(StartDate, 'DD-MMM-YYYY') as StartDate` which usually works fine. I've also tried the generic `Date(StartDate) as StartDate` in my load script, the StartDate shows up in my tables and visualizations, but not in the Date Picker custom object.

What's wrong and how do I fix it?

Labels (3)
1 Solution

Accepted Solutions
qlikdash2000
Contributor II
Contributor II
Author

Add this to the end of your load script.

tag field StartDate with '$date';

View solution in original post

1 Reply
qlikdash2000
Contributor II
Contributor II
Author

Add this to the end of your load script.

tag field StartDate with '$date';