Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vvira1316
Specialist II
Specialist II

Limiting date values of a field where set analysis is not being used

Hi,

I've a situation where user wants a calendar to for date selection. I can't provide continuous date range or all values of a field as possible values (reason: data contain too many years, etc.) so I'm using two variables vStartReqDate and vEndReqDate to capture user inputs.

Min value for vStartReqDate is Jan 01 of 7 years prior to current one and Max value is today.

Min value for vEndReqDate is same as value of vStartReqDate (using action on variable input and change), Max value is today.

These are working fine. Now I want to tie these values to the field so it will limit the valid dates for that particular field between these two values.

FieldRestrictionUsingStartNEndDateVariables.PNG

Any guidance will be really helpful.

Thanks,

Vijay

1 Reply
vvira1316
Specialist II
Specialist II
Author

Hi All

Found solution How to select a range of dates from list box

Thanks,

Vijay