Hi,
I've looking for the solution all over internet but failed, I have one sharepoint list that contains PhysicalBatchNo and SystemBatchNo with group ID's now i want the count that verify the values of physicalBatchNo with All the systembatchNo rows plus conditions that have same ID as well.
I have used
Filter(ChildList_3, PhysicalBatchNo in SystemBatchNo)
But it's looking only row by row not by group.

