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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

When passing multiple parameters to another page values not passed correctly

Hello,

I have 7 page items in one page all are checkbox group. I am passing this values to another page on on button click. My branch configuration is as below.

By Default the report will be genearted considering no special filters applied meaning entire table data will be pulled.

When i have something selected on all items i get the values passed correctly as below

But if i dont select any one of the item i was expecting the value to be \ but instead i was getting comma(,) and the next value is passed to the previous one. as below. In this i didnt select anything for PR but it takes , and gets the values of AJCC and everything get switched.

Can anyone please help me on how to fix this?

Thanks!

This post has been answered by jariola on Apr 5 2024
Jump to Answer
Comments
Post Details
Added on Apr 5 2024
2 comments
271 views