Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I loved this date picker https://github.com/NOD507/SenseDateRangePicker , but it doesn't seem to be working for recent versions.
The last commit to this project was in November 2016.
I've also seen https://github.com/ClimberAB/ClimberSelectionBar
But I wasn't able to do it work. I've seen a recent oppened issue at GitHub.
Did anybody use these kind of date pickers for a long time?
Any recommendation?
Thanks in advance
There is a workaround to get SenseDateRangePicker 1.1.6 working with recent versions of QlikSense Server.
Thanks aihazm for the solution: https://github.com/NOD507/SenseDateRangePicker/issues/23
function (x) { self.backendApi.model.getLayout().then(function(){ self.backendApi.acceptSearch(false); }) })
I hope it will be included soon in next version of SenseDateRangePicker
I am using that same DatePicker extension successfully with the Qlik Sense December 2017 release. (qliksenseserver: 11.14.3)
I recently upgraded to:
Qlik Sense February 2018
qliksenseserver:12.5.2
And it stopped working for me and other people: https://github.com/NOD507/SenseDateRangePicker/issues/23
There are more people here with the same issue: http://branch.qlik.com/#!/project/5697a878dcc497f80ed514bf
Hi,
this DatePicker extension also broke for us in the last Qlik Sense server upgrade.
Luckily, as we were using a mashup, we could create a date picker in the front end with js and jquery instead of using qlik sense extension.
Best of luck
There is a workaround to get SenseDateRangePicker 1.1.6 working with recent versions of QlikSense Server.
Thanks aihazm for the solution: https://github.com/NOD507/SenseDateRangePicker/issues/23
function (x) { self.backendApi.model.getLayout().then(function(){ self.backendApi.acceptSearch(false); }) })
I hope it will be included soon in next version of SenseDateRangePicker
Hi,
I have tried to update the script as mentioned. It returned extension object with less options and couldn't select a date at all.
Hi Xavier,
I too have a date picker on the mashup using html and js, Can you tell me how you pass on the selections done on the
calendar to the qliksense objects ?
Thanks
Pooja