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.