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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

From Date & TO Date

Hi

I Want to use 2 calender objects to select FROM & TO date respectively .

How To apply this.



Regards,

Antony

Labels (1)
1 Reply
Not applicable
Author

you can use the calendar code discussed in the developer training .

>create two variables that will hold the start date and end date.

in your calendar object , under general tab: select "Calendar" in the Input Style

Under Data: mark the variable(s) (e.g. vStartDate)

then define the Min and Max Value: Min: =Min({1}Date#(Date($(varMinDate))),'MM/DD/YYYY')

Max: =Max(Date#(Date($(varToday))),'MM/DD/YYYY')