Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
mkupendra
Contributor
Contributor

Button object

End user want to to select their own date range , Is it possible  to create button object for that

Labels (3)
4 Replies
Mark_Little
Luminary
Luminary

Hi there,

You are best looking at date picker extension supplied by Qlik.

Custom Objects > Qlik Dashboard Bundle >  Date Picker

MendyS
Partner - Creator III
Partner - Creator III

hi

in addition to Mark,

you can add two input var and in set analysis  add something like -

Count({<Date={">$(Var1)<$(Var2)"}>}Customer)

carlos_molino
Contributor III
Contributor III

To create a date range you can use the "Date picker" extension, which doesn't quite convince me how it works, or you can put two "Variable Input", one for the start date of the range and another for the end date of the range, and then use those variables to filter the values as needed:

count(distinct {<
Date_ID={">=$(vL.Date_Start)<=$(vL.Date_End)"}
>}ID)

mkupendra
Contributor
Contributor
Author

Hi all,

Thank you everyone,

some how I had created by creating variables and calendrer object.