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!

Unable to pass parameters to BI report using window.open(Apex 24.2.10)

Fahed Akhtar2 hours ago

I am using Apex 24.2.10 version and unable to pass the parameters to BI report form below syntax.

window.open ("/apex/f?p=&APP_ID.:0:&SESSION.:PRINT_REPORT=EMP_MAPPING_REPORT:P19_FORMAT,P19_SEGMENT:"+ $v('P19_FORMAT')+ "," + $v('P19_SEGMENT') ,"_blank");

Same syntax is working fine in old versions (18,22) etc.

I am using window.open because PRINT_REPORT dynamic action is opening the report in same window.

Comments
Post Details
Added 2 hours ago
1 comment
10 views