Hi,
I've an interactive report I want to display but the issue is that too many records are in base table, so want to hide this report till some filter values are entered in the search field (apexir_SEARCH), so if no search value entered I don't show the report but with search value display the report with returned records,
I tried to create a hidden item ( P1_TEST) USE THE CONDITION ON THE report if P1_TEST IS NOT NULL then submit the report, but it doesn't work pretty well
thanks,