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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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

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')