I have 2 galleries called "New" & "Closed"
The New gallery I am filtering by certain codes X & Y by a ClearCollect called ccTest
Items: Filter(ccTest, Code="X" || Code="Y")
The Closed Gallery I am filtering by Radio1 button. Yes
Items: Filter(ccTest, Radio1="Yes")
In the New gallery if I change the code to another code value and select Yes on the radio1, the case will move over to the Closed gallery.
Sometimes, the code in the New gallery needs to stay the same (x or y) but the radio1 button still gets selected Yes but stays in the New gallery.
My question:
How do I move this code that is a 'X' value, and the radio button gets selected Yes and move into the Closed gallery?
Thank you