Greeting. I am working on a task that need to filter from 3 lists of data.
The 3 lists of data are same in structure while contains different boolean results. What I try is I would like to combine the boolean, and changes the results into “True” if all the boolean are “False” in those 3 lists.
But there is a issue raised: after I use “list.CountTrue” or “List.AllFalse”, the last part of Empty List is not counted. As I need the correct number ordering, is there any way to reserve those parts in list?