Discussions
Categories
- 21 All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
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.