Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
May be IntervalMatch this to calendar