I'm trying to build a view, where I can add qualifiers to some text. I'm doing this with list view, where I have a row for every text field. I have added a multiselect List box to every row, where you can select the qualifiers from. I want to preselect the qualifiers already stored, but how do I do that for every row.
If relevant my data structure for the qualifiers selected is a table with the ID for the text and the id of the qualifier. Then I have a seperate table with all the potential qualifiers.