Question
Cyclic table. A number of users should not see certain values returned by selectRowListForSelect. However, through a button inside the cycle, they should set this field to a value they cannot select through selectRowListForSelect in the cycle. If these values are hidden from them in the Code-select, the fields appear as strikethrough. How can this be overcome?
Answer
In the Select display in Code-select, the current field value is added:
=: selectRowListForSelect(table: 'table'; field: 'name'; where: 'id' = $listAdd)
listAdd: listAdd(list: $list; item: $#nfv)
list: selectList(table: 'table'; field: 'id'; where: 'roles' = $#nr)
In this case, the parameter "Individual calculation of select for each row" must be enabled.