Discussions
Categories
- 5.3K All Categories
- 15 Introduce Yourself!
- 456 Community Feedback - NEW! (No Product Questions)
- 108 General Community Platform Concerns/Kudos/Feedback
- 83 Community Platform Bug Reports
- 86 How Do I Use the Community?
- 65 Where is the...? (Community Platform Locations)
- 18 Ideas and Suggestions for the Community Platform
- 4.8K Certification Community
- 4.7K Certification Community Discussions
- 22 Oracle Certified Master Profiles
- 31 Oracle Database 12c Administrator Certified Master Profiles
- 83 Visual Builder Cloud Service
Display checkbox checked or unchecked (depending on condition) in an interactive grid

Ronot
Member Posts: 8 Green Ribbon
I have a table named T_Send with two columns: Idsend and Statutsend.
Idsend has values: 1000, 300, 5000, 6500, 77000
Statutsend has values: OK, OK, NOTOK, NOTOK, OK
I want to display in interactive grid, in the first column Idsend values and in the second column, Statutsend values displaying as checkbox checked for Statutsend where values =OK and checkbox unchecked for Statutsend where values =NOTOK.
Thank you in advance for your help.