Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Selection Screen-Dynamic default values

Former Member
0 Likes
2,452

Hi Experts,

I am working on a report.It contains a few selection screens.

I want default values to be set in the parameter fields depending on conditions>if the current month is january for example,then the values that will be displayed will be 20 and 30 for example.

If anyone has any advice it wuld be appreciated.

Thanks,

Michael

2 REPLIES 2
Read only

Former Member
0 Likes
1,076

Hi Michael,

You can try putting your conditions and default values in the INITIALIZATION event.

Regards,

Karl

Read only

Former Member
0 Likes
1,076

Yes, Karl is right.

1. Declare a data variable at the start.

2. Assign value to this variable in INITIALIZATION event.

3. In parameters, for default/values refer to this data variable.