Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
virilo_tejedor
Creator
Creator

Any Date Picker solution working with QlikSense Server Feb 2018?

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

1 Solution

Accepted Solutions
virilo_tejedor
Creator
Creator
Author

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

  • Download and unzip SenseDateRangePicker 1.1.6

  • Edit DateRangePicker.js (line 189) and change function(x) definition by:

function (x) {
  self.backendApi.model.getLayout().then(function(){
    self.backendApi.acceptSearch(false);
  })
})
  • Zip it and install the new zip on QlikSense

I hope it will be included soon in next version of SenseDateRangePicker

View solution in original post

6 Replies
bobbiros
Contributor III
Contributor III

I am using that same DatePicker extension successfully with the  Qlik Sense December 2017 release. (qliksenseserver: 11.14.3)

Bob Biros
virilo_tejedor
Creator
Creator
Author

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

jasonmomoa
Creator
Creator

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

virilo_tejedor
Creator
Creator
Author

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

  • Download and unzip SenseDateRangePicker 1.1.6

  • Edit DateRangePicker.js (line 189) and change function(x) definition by:

function (x) {
  self.backendApi.model.getLayout().then(function(){
    self.backendApi.acceptSearch(false);
  })
})
  • Zip it and install the new zip on QlikSense

I hope it will be included soon in next version of SenseDateRangePicker

Anonymous
Not applicable

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.

poojask123
Partner - Creator
Partner - Creator

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