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

Date picker and table

Hi,
I wanna know how to use a date picker.

I created a script to automatically generate a calendar.
Then, I would like to associate this calendar item with date items in other tables, but how can I do that?

Thank you.

1 Reply
Nicolae_Alecu
Creator
Creator

Hello,

In Datamodel you must have a link between calendar and your table. (Key field should be the date field)

EX:

Table:
Load
....
[DateField] //Table Key
....

Calendar:
Date as [DateField] //Calendar Key
....

Now if you will select a date from date picker , your table must be filtered.



Best Regards,