Good Afternoon,
How to create an Interactive Grid on a table with Checkbox column for Y or N?
For example, we have a column in a table called Competed and would like to show this as a Checkbox in IG and would like to save as Y or N in the table.
Your help and support would be appreciated.
Kind Regards
Hi Bhavin,
Follow these steps to create the interactive grid with a checkbox column:
Create a region and set its type to an interactive grid.
Specify the table for the source property.
Then click on the Attributes node and enabled the editing by clicking on the button right side.
Now expand the column node and select the column for which you want to create the checkbox.
Select its type as a checkbox.
Now follow the rest steps from the following blog post: Create Checkbox of Yes/No Type
Please let me know if any queries. Thanks.
Hi Vinish,
Many thanks for your reply and providing the steps for implementing Checkbox in Apex IG.
How to create After Submit Computation on an IG Report column? I can not see any option on the right click, even in process, how can we use report column?
Please let me know.
Kind Regards,
Bhavin
You can not create Computations on the Interactive grid column.
If your requirement is to process any column values after submit then use the database trigger instead.
Or let me know what is exactly your requirement?