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: 
manmadha
Contributor III
Contributor III

Date Picker Issues

Hi 

I am trying to use date picker in my application.  But it is not accepting any field.

 

Kindly help me on that.

Labels (1)
1 Reply
JayKay07
Contributor III
Contributor III

If you are field is timestamp then you need to convert to date only as below in the Load Editor

LOAD 
Date#(Text(Date([FeildName])),'M/D/YYYY') as DatePicker

From....