Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a calendar based on vStartDate and vEndDate variables. How can I limit the possible values of vEndDate so that the minimum possible date of vEndDate I can select is equal to or greater than vStartDate?
Kind regards,
Ivelin
Create another variable
vMinEndDate
=vStartDate + 1
Now in EndDate calendar object
Min Value should be
=vStartDate or =vStartDate+1 according to your need
I already tried setting Min Value of vEndDate as =vStartDate but it doesn't work
Any ideas?
Hi,
In your vEndDate calander, put '=vStartDate' for minimum value instead of '=min({1} Date)'
Regards,
Kaushik Solanki