Hi ,
I am having a difficult time debugging the filtering of an Interactive report through URLs (https://docs.oracle.com/database/apex-5.1/HTMDB/linking-to-interactive-reports.htm#HTMDB30108) when a page has multiple interactive reports. Though I am passing the "itemName" and "ItemValue" in the URL, the filter is not applied. What is interesting is that operator "ROWFILTER " works. I am using "Universal Theme - 42"
I have two interactive reports. I have provided the Name and Static of both in the table below
| Name | Static ID |
| Version Clean up Summary | Summary |
| Version Clean up Details | BugDetailsIR |
I am trying to perform a filter on a column "Bug" in BugDetailsIR. Therefore, I am constructing the following URL. Please note the Static ID of the interactive report is provided within [] .
.... CIR:IR[BugDetailsIR]_Bug:111111
This does not work.
However, if I contsruct URL
.....CIR:IR[BugDetailsIR]_ROWFILTER:12748962
I can see the filter being applied. This works.

Any pointers to fix my understanding of how to construct the URL is greatly appreciated.
Thanks