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!

How to get Report Static Id in page item

NS.GHNov 23 2021

I have region display selector under sub reports, when i click on main regions(Projects, Expense,billing events etc.....) I can able to get the static id using below code,
$(".apex-rds").data("onRegionChange", function(mode, activeTab) {
$s('P2000_TEST', activeTab.href);
});

but i am unable to get the static id based on selection of reports (24hrs, one week, History Reports(37 days)) as shown in below screenshots.

Please anyone help me out to resolve this issue....
Advance Thanks......

image.png

Comments
Post Details
Added on Nov 23 2021
1 comment
2,846 views