CR 8.5 wiht SQL 2000.
I have a report that uses few parameters.
One of the parameter is to select supplier {?user_supplier} (Numeric) or enter 99 for to select ALL.
I do the following:
I go to the select expert, select formula:
(if {?user_supplier} = 99 then TRUE else {?user_supplier} = table.user_supplier)
it works fine (But too long to execute).
I would like to pass it to the SQL query. Any advice, Thank you.
dré
I have a report that uses few parameters.
One of the parameter is to select supplier {?user_supplier} (Numeric) or enter 99 for to select ALL.
I do the following:
I go to the select expert, select formula:
(if {?user_supplier} = 99 then TRUE else {?user_supplier} = table.user_supplier)
it works fine (But too long to execute).
I would like to pass it to the SQL query. Any advice, Thank you.
dré