Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two user input variables vMinDate and vMaxDate. I currently have the variables in the expressions for each object.
Is there a way to pass these variables to the current selections so that I don't have to set in expression. The selection result would be: END_DATE is >= vMinDate and <= vMaxDate. Also how do i get the date input to default to M/D/YYYY if the user inputs 8/9 then enter - I want it to default to 8/9/2011
Hi,
I think you could use the OnInput trigger of the variables and add a 'Select in Field' action.
And I don't think it is possible to default a 8/9 input to a 8/9/2011. Lets wait for other opinions...
Hope this helps you.
Regards,
Fernando
use Calender object
one fr Min value and other for max value
use variables inside calender to seleect ur range
hope this help you