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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calendar

Hi,

I have a calendar. I selected some date, then use "clear all" to clear all selections. But calendar still shows my selected dates.

Is it possible to set up first and last date?

Thanks,

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

See attached

Your variable are numeric, not in a date format, so you have to keep them numeric in Actions as well, do not convert to date:

=min({1} date(oDate))

=max({1} date(oDate))

View solution in original post

5 Replies
whiteline
Master II
Master II

Hi.

Do you mean calendar object (slider) ?

Anonymous
Not applicable
Author

I guess it is about calendar objects based on variables.

Variables are not cleared as selections.  You need actions that set one calendar (variable) to the min date, and another to max.

Anonymous
Not applicable
Author

Hi again,

Please see my attached file.

I use variables, which select in field "oDate".

I used Actions -Clear All, set Variable. In calendar is empty space, but variable vStart shows the first date.

Thanks,

Anonymous
Not applicable
Author

See attached

Your variable are numeric, not in a date format, so you have to keep them numeric in Actions as well, do not convert to date:

=min({1} date(oDate))

=max({1} date(oDate))

Anonymous
Not applicable
Author

Thank you.