cancel
Showing results for 
Search instead for 
Did you mean: 

Date Picker

Former Member
0 Kudos

Hi,

I want to select date range using Date picker. Is it possible. Also, I want to display only 12 months back dates in second date picker. Is it possible to give any such condition to Date Picker.

For example:

Date Picker1 - contains date from Bi query. Suppose 16.03.2007

Now I want Date Picker2 - should contain values ranges from 16.03.2006 to 16.03.2007. Please reply its urgent.

Cheers

Jayant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For date picker2, you can give validation condition in control properties. When the user selects value which is out of this range, a red error message is displayed around the control(when control lost its focus). But even with invalid values, user can do a submit.

So if you want to prevent invalid data ranges being submitted, you may need to disable the action control (say submit button) with a formula checking the datepicker2 value.

Regards,

Sooraj