Hey everyone!
Currently I have a DataWindow with a DropDownDataWindow (DDDW) in a column (let's call it columnA).
Problem is that they now want different dropdown values for different rows of columnA. Because the ID which is stored in the columnA is not unique, therefore the list of values needs to be filtered depending on other ID columns (columnB and columnC).
If it's not filtered on columnB and columnC then it may displays the wrong text, since the dropdown picks the first matching ID's text on the list
Is it possible to set a different dropdown values for each row? And if so how?
Or is there another way to solve this?