Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

data range

Hi Community,

could i create a form? and I could insert a a calendar date picker to ir?

From date <user choose the date from a calendar date picker>

To date <user choose the dare from a calendar date picker>

I read a post but, I'm not able to realize it.

Could you help me?

Fabio M

.............

2 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this link, implemented in Qlikview, use this as a reference and implement the same in Qliksense.

Implementing From and To Date Selection using Calendar Objects

Regards,

Jagan.

ogster1974
Partner - Master II
Partner - Master II

You could use the qsvariable extension from qlik branch to achieve this functionality.  This will allow you to populate a variable you create via a form object, either input box, drop down or slider which you can then use in your charts via set analysis to set a user defined date range.

To start off with setting a default value for the variables you want to use.

SET vDateFrom='01/01/1999';

SET vDateTo=Today();

Apply them into the charts you want them to work with using set analysis.

Then go from there with your qsVariable extension.

I've attached an example where Ive used this approach myself although its not a date example the principle is the same.

Makes Sense to go round in circles

Regards

Andy