‎2012 Nov 12 1:32 PM
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
‎2012 Nov 12 1:37 PM
Hi Michael,
You can try putting your conditions and default values in the INITIALIZATION event.
Regards,
Karl
‎2012 Nov 12 3:08 PM
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.