Originally posted by Shankar:
Hi All,
I have a requirement in Infoassist where I have to provide dropdown everytime user runs a report (Auto prompt facility). Based on the selection in dropdown the report will be generated.
The dropdown will have dynamic values fetched from Database view column. To achieve this I am using below code in WHERE section :
WHERE ASSET_RFP.FX_RATE_MONTHLY_VW.TO_CCY_CODE EQ '&TO_CCY_CODE.(FIND ASSET_RFP.FX_RATE_MONTHLY_VW.TO_CCY_CODE IN ASSET_RFP).To Ccy Code:.';
Here 'To Ccy Code' values are fetched from ASSET_RFP.FX_RATE_MONTHLY_VW.TO_CCY_CODE view to populate the dropdown. What I want is to add one blank value in the dropdown list at the top. If user runs the report with blank value, this filter will be skipped at the time of report generation. Is there any way to achieve this in Infoassist? Please suggest.
Thanks in advance.