Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
sriabt
Contributor
Contributor

Qliksense Calendar with FROM Date & To Date selection filter the records

Can you help to create Qliksense Calendar with FROM Date & To Date selection filter the records for the field in the below format YYYY-MM-DD hh:mm:ss

Labels (3)
1 Reply
carlos_molino
Contributor III
Contributor III

You create two variables for the dates and you can include them, for example, in a "Variable input" object to enter the date from and the date to.


After the measure, you can put something like this:


count({<DATE_FIELD={">=$(vL_FROM_DATE)<=$(vL_TO_DATE)"}
>}ID)
If you need to apply some format, use the DATE function and apply it according to your needs.

Hope this can help you.

Greetings.