Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to put date range calendar in Qliksense

Hi Every one,,

In my report I want to see only particular date range Invoices . How do i achieve this. .can you please help me..

If you have example QVF file please send it to me..

5 Replies
ogster1974
Partner - Master II
Partner - Master II

Try using the qsvariable extension to set a variable based on your date ranges under a button or slider then use the value to set your filter on the measure you want reported.

Anonymous
Not applicable
Author

I quite like the SenseDateRangePicker extension available here on Qlik Branch 

Not applicable
Author

Hi,

I used this Date Range picker, But For ODBC connection tables not working..., It is working for only Excel files.

Anonymous
Not applicable
Author

Try checking your date formats for ODBC vs Excel data sources.

I would guess that you are formatting your dates from Excel ok, but not your dates from ODBC.

wayne-a
Creator
Creator

Hi I've had this problem with dates pulled from a database table as well.  My workaround has been to wrap the date field in the Qlik Date function.  Then the date range picker works.  For the dimension definition make it a formula like this =Date(<Your-Date-Field-Name>)