Hello
Using CR XI on Oracle 8
I am trying to create a conditional parameter that can select a single value or select all the value. I have come across one thread that had code. The thread was vague about where to place this code.
Here is my code:
If {?agency}<> 'ALL'
then
{per_action.agency_code} = {?agency}
else if
{?agency}='ALL'
then
TRUE
I have append all the value from table and added 'ALL' to the parameter list. Trying to figure how to associate "ALL" to return all the agencies?
Thanks,
Using CR XI on Oracle 8
I am trying to create a conditional parameter that can select a single value or select all the value. I have come across one thread that had code. The thread was vague about where to place this code.
Here is my code:
If {?agency}<> 'ALL'
then
{per_action.agency_code} = {?agency}
else if
{?agency}='ALL'
then
TRUE
I have append all the value from table and added 'ALL' to the parameter list. Trying to figure how to associate "ALL" to return all the agencies?
Thanks,