I am having a hard time with this one, I will explain it the best I can. I think the way I am looking at the problem may be the issue.
I have a gallery (it is from a parent gallery) and within that gallery each line has a check box. Once I load all the data from that line into my other system I then add details to that specific line, this tracks my progress. I add a node and workload name. I type this information into my inputs, check the box next to the line it applies and then select my set button. Once I select "Set" it adds the node and name details to the gallery (Patches to collection) and then the box disappears so I know it is completed. The other feature I have is when the check box is selected the line highlights for a visual aid (the gallery can be a single line or dozens of lines and we needed a visual aid to for tracking). Once they have all been "Set" the input boxes on the right disappears and a complete button appears. I select complete and patch my collection out to my SP lists.
The issue: There are times when there are numerous lines but they all get the same data "set". I want to be able to select my "Select/Deselect" icon and either select or deselect all the items that have NOT been set. Currently when I select the icon it is highlighting everything which means it is selecting the entire gallery. I tried using the visible code for the check box as my filter option within on code but it errors. How do I only select all the items from my gallery that have not been "set" yet?
Side note: I will be doing this on two pages as there is another page that records different data as it goes through that departments process. That page is working the same as this one.
Here is the coding:
Page:
Onvisible:

Report
All responses (
Answers (