Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Mauritz_SA
Partner - Specialist
Partner - Specialist

Date picker extension November 2018 setup

Hi all

 

I have upgraded to the November release and I am very excited about the Dashboard bundle. I would like to make use of the Date picker extension, but I am struggling with the setup. I have quite a few date columns in my data set and they are all recognised by the autoCalendar. However, I cannot get the dates into the date picker. Below is a sample application to use as an example:

 

QS_Date_Picker.png

 

 

As you can see there is no date field available in the default setup. have tried using the Advanced Setup with a Date field such as (=[Date.autoCalendar.Date]) and a Min date of  =min([Date.autoCalendar.Date]) and a Max date of  =Max([Date.autoCalendar.Date]). This seems to be recognised in the Date Picker, but my selections are not made/saved.

 

Any help will be much appreciated.

 

Regards,

Mauritz

Labels (4)
13 Replies
Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Please follow steps below

 

1- Leave Single date/ Interval as is. This will allow date range function. If you turn it on then single date is selection is enabled

2- Turn on the Advance setup

3- Date field should now appears, then enter the DateField Name. This is the Date Field that associate your Fact table to your Calendar. Like this select the fx then enter =DateFieldName

4- Enter Min Date. This can be a variable (i.e. vStartDate) or MIN({1} DateFieldName)

5- Enter Max Date. This can be a variable (i.e. vEndDate) or MAX({1} DateFieldName)

6- Enter Start date. This can be your (i.e. vStartDate) or MIN({1} DateFieldName). This is where the date should start from (begining).

7- You can skip your Calendar Settings or if you want to customize Calendar Name the change it here as well.

8- Predefined ranges. Here you can decide to turn on predefined date ranges but I like it so may be experiment with it.

 Have attached a quick how to doc.

Hope this helps

 

Mauritz_SA
Partner - Specialist
Partner - Specialist
Author

Hi Gabriel

 

Thank you for the feedback and the detailed document. I think I did everything you asked, but still no success. I tried to attach a very simple example that I am using for testing, but I got a "The contents of the attachment doesn't match its file type." error. Below is a Dropbox link instead:

https://www.dropbox.com/s/ez01dxhy4c42iib/DatePicker.qvf?dl=0

Do you mind just seeing if it works on your side or if you can see a problem? I am wondering if there is maybe a problem with my extension (or with my logic).

 

Regards,

Mauritz

Gabriel
Partner - Specialist III
Partner - Specialist III

I can't open the attachment  in Qlik. Are you able to give me sample data?

Mauritz_SA
Partner - Specialist
Partner - Specialist
Author

Hi Gabriel

 

I just added the following data in Excel and attached the sheet to the app:

 

CategoryDate
12018/10/06 14:53
22018/10/15 14:53
32018/10/24 14:53
42018/11/02 14:53
52018/11/11 14:53
62018/11/20 14:53
72018/11/03 14:53
82018/11/09 14:53

 

Regards,

Mauritz

Gabriel
Partner - Specialist III
Partner - Specialist III

HI,

Looking at the sample data included here, Your date field needs to be 

DATE(FLOOR(Date),'DateFormat')   AS [%KeyDate]

Then in your FACT table please ensure you have [%KeyDate] as well. Maybe that will work

Mauritz_SA
Partner - Specialist
Partner - Specialist
Author

Hi Gabriel

 

I tried the formula you proposed and replaced 'DateFormat' with 'YYYY/MM/DD'. It seems to work partially as the days with entries are shown in black (selectable), but after I choose the dates no dates are selected. In other words, after I get the screen below and press Enter (or click), nothing is selected:

 

 

Date_picker.png

 

Thanks for all your help thus far. If you don't know what I should do next I will contact our local support to see if they can help.

 

Regards,

Mauritz

 

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi, 

Am glad it worked partly. Please mark my answer

Mauritz_SA
Partner - Specialist
Partner - Specialist
Author

Hi Gabriel

I will mark the answer when I get feedback from support. If it is something in my data or setup that's preventing the selection to be made then I'll mark it as a solution. Just want to make sure that there's nothing else I need to do in Qlik Sense to make it work, if so I'll add it to the thread. 

Regards,

Mauritz

Ken_Thomas
Former Employee
Former Employee

Did you ever get this resolved? 

There is a setting that controls if multiple dates can be selected in the properties panel, 
Single date/interval. There is a slider: Single Date (only one date can be picked) or Date Interval ( a range can be picked).

The range picker is a little tricky, it wants a contiguous range of dates selected. Works best if pick the lowest date, then slide the mouse toward higher dates and then pick the end date in the range. If you pick your highest end date first, that does not work well. Hope this helps!