Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
End user want to to select their own date range , Is it possible to create button object for that
Hi there,
You are best looking at date picker extension supplied by Qlik.
Custom Objects > Qlik Dashboard Bundle > Date Picker
hi
in addition to Mark,
you can add two input var and in set analysis add something like -
Count({<Date={">$(Var1)<$(Var2)"}>}Customer)
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)
Hi all,
Thank you everyone,
some how I had created by creating variables and calendrer object.