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......
