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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
er_mohit
Master II
Master II

How to Set default date for calendar object?

Hi Friends

i m stuck off facing the problem for calendar object. here below,

i have two calendar object like From_date and To_date

Like for Financial calendar from 1st April to till date. what i want,

When i open the application  i want to set default date in calendar object .like 01-04-2014 to 17-06-2014.

Your any help will be appreciable.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the OnOpen document trigger and add the necessary Set Variable (or Select in Field actions if you want to select values in fields) to set the date. See the Triggers tab of the Document Properties window.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the OnOpen document trigger and add the necessary Set Variable (or Select in Field actions if you want to select values in fields) to set the date. See the Triggers tab of the Document Properties window.


talk is cheap, supply exceeds demand
Anonymous
Not applicable

You can try the inputbox instead if you want to fix/freeze your dates selections.

er_mohit
Master II
Master II
Author

Thanks a lot.