User-1257308419 posted
i have this need where i will be displaying data in table format...now the data is coming from a table where the default value is null for checkbox column.
what i simply want to do is that show all the records with column value null and display a Unchecked(Checkbox) in a view.
if i click on checkbox(i.e checkbox is checked) then i want to pass true.
if i leave the checkbox as it is(i.e blank)then i want to pass false.
but first i need to show all the null value rows from the table.
is it possible to do so?
here is my view

all i want is to show the records from the table that have null values and when i submit the form with Approve button then store true for checked checkboxes rows and false for unchecked checboxes