Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Stop BI publisher report if no row is returned in data model SQL query
Summary
Stop BI publisher report if no row is returned in data model SQL query
Content
Hi All,
I am new to BI Publisher reporting and want to avoid blank report if no rows selected in the query. Please let me know how I can stop.
E.g I am using f/w query:
select target_type,count(*) CNT from mgmt$target where broken_str is not null;
In this, if there is no such target with broken state, a blank report is sent to the confirmed email. I want to avoid this.
Thanks,
Shyam
Answers
-
Yes Venkat, I am using EMAIL server and used triggers just now. It worked as expected. Thanks !!
0 -
are you scheduling the report to email server , if yes then you can schedule trigger https://docs.oracle.com/middleware/12212/bip/BIPDM/GUID-30C07845-5BCD-4D02-A829-BA6D85B8599D.htm#BIPDM389
0 -
please mark it as correct so that we can close thread.
0