Summary:
Trigger SQL returned no data when sharing the same parameter with the report logic.
Content (please ensure you mask any confidential information):
We are using a trigger for a scheduled BI Publisher report to skip the report run when no data is returned by the trigger SQL. We have 2 parameters that are used by both the trigger SQL and the report logic. When we used the same parameter in both the trigger SQL and the report SQL, the trigger never returned data and always skipped the report even though the trigger logic returned data. I created unique parameters for the trigger, and that resolved the issue. However, when users are prompted for the parameters, they now have to fill in the same value for both the trigger parameter and the corresponding report parameter. Is this correct? Is there a better approach?
Version (include the version you are using, if applicable):
Oracle Procurement Cloud V24C
Code Snippet (add any code snippets that support your topic, if applicable):