Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Mimis
Contributor
Contributor

Filter data with year selection

Hello,

I have the following table 

LOAD * inline [
from_date, to_date, days
03/01/2019, 04/01/2019, 2
24/12/2019, 10/01/2020, 18
];

I want to create a table to display the days by selecting from a filter pane year_from and year_to, but when i select from 2019 to 2019 i want the second row to be visible also but to display only the days which are in 2019 (8 days)

How i will fix this ?

Thank you,

Mimis

Labels (1)
1 Reply
sunny_talwar

May be IntervalMatch this to calendar

IntervalMatch