Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

run Interative Report only if search/filter values are entered.

Gor_MahiaJun 26 2015 — edited Jun 27 2015

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,

This post has been answered by fac586 on Jun 26 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2015
Added on Jun 26 2015
6 comments
2,557 views