Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
niksgupt
Contributor
Contributor

Set default Filter Pivot Data using DatePicker

Hi, I have following data and would like to display the data in a Pivot table and filter via DatePicker.

What I want to achieve.

1) The Report by default should displays current month's data.

2) It shall be possible for the user to select a whole month from within the last 12 months by using DataPicker.

3) It shall be possible for the user to select a single day from within the last 12 months by using DatePicker.

So far

1) I have managed to display the data in a Pivot Table.

2) Apply Set Analysis on the Pivot Table to display current months data.

I have not been able to integrate DatePicker. If I display the whole year then I can easily filter via date picker but I am not sure how to handle the default monthly display and using DataPicker together.

Any ideals how to do this...

REPORT_DATECATQTY1QTY2QTY3QTY4QTY_TOTAL
3/25/201818085093
3/25/201825051056
3/25/2018310105025
3/25/20184302010060
2/20/201918085093
2/20/201925051056
2/20/2019310105025
2/20/20194302010060
1/12/202018085093
1/12/202025051056
1/12/2020310105025
1/12/20204302010060

 

Labels (1)
1 Reply
TimvB
Creator II
Creator II

The date picker from Climber will work for you. You can download the extension on Github:

https://github.com/ClimberAB/ClimberSelectionBar

The Climber date picker allows an 'initial custom date selection', it also provides predefined selections (which can be customized).

Hope it helps!