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: 
si78299
Contributor
Contributor

Can we customize 'Date Picker' qlik object to be able to select custom Dates?

Dear community,

Can we customize 'Date Picker' qlik object so that user can select/de-select custom dates? Please refer attached.

Thanks in advance.

Labels (1)
1 Reply
Anil_Babu_Samineni

You have to create dimension such a way how you need? an example, 

If(DateField=Max(DateField), 'Today', If(DateField>Date(Max(DateField)-7) and DateField<=Max(DateField), 'Last 7 Days' , ......) as Customize field

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful