I have one list which is the “complete” list and I have another list which I want to only display the items selected from the “complete” list.
The way I have it setup now: when a user selects an item on the “complete” list, it sets state to “YES”. That works fine. The problem is that I can’t seem to get the selected item(s) to display on the second list.
I’ve tried to use the :filter advanced to select only the items whose state is “YES”, but that doesn’t seem to do the trick.
Is there anything I’m missing?