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!

Count / Limit checked Checkbox in Interactivereport

SebastianRJan 26 2015 — edited Jan 27 2015

Hi,

I want to limit the number of cheked rows in an IR and I want to show the actual count of checked rows (Version: Apex 4.1.1).

This is my checkbox:

apex_item.checkbox(1,ID,'class="cb"') cb, --Checkbox

And I have an pageitem.

Now my way was if .cb clicked to setValue and increase the pageitem (if this works I can also decrease when unchecked).

This wont work, may cause of number / Character conversion.

Maybe some one of you has a solution.

Thanks!!

Greetings

Sebastian

This post has been answered by Scott Wesley on Jan 26 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2015
Added on Jan 26 2015
2 comments
1,004 views