Triggering a back end procedure on click
Hello,
I have a data entry block through checkboxes. I would like trigger a back end procedure on click (said differently, when I select the checkbox).
Another question is about the value when I select the checkbox, as my block as set up as Single, the value equals to 1 when selected and to NUL when unselected. Is there any way to change these values as below:
Checkbox selected: 4
Checkbox unselected: 1
Has anyone faced those technical questions ?
Thank you,
Regards
0
Answers
-
Hello @Nathan,
I recommend drill-function in your Dataview. You could add an Button with text-algorithm. By hitting the button the procedure add a 1 in the row and run other steps you wish. I recommend integer as data-type for your null and 1 values.
I hope it helps.1