>:-<
I have two parameters on reports parameter form. One parameter is a fill in while the other one is an LOV. The LOV has the following select statement:
. My parameter form works fine on runtime. It allows the user to select the blank that appears on the LOV and then insert an SSN in the other field, to run the report looking for the SSN.
The problem. When running this on the web the blank on the LOV is no longer available. I need the blank or null value so the user can choose which field they want to use to run the report.
I have two parameters on reports parameter form. One parameter is a fill in while the other one is an LOV. The LOV has the following select statement:
Code:
select distinct keys_text form v_track
The problem. When running this on the web the blank on the LOV is no longer available. I need the blank or null value so the user can choose which field they want to use to run the report.