I am wanting my baq to sow any duplicates within the results. As an example, we have an operation that has two resources. We need to isolate all those operations so we can remove one of those resources. As you can see, the only difference is in the OpDtlDesc.
count([prettymuchanyfield]) over (partition by Table.Field, Table.field etc)
Use that as a calculated field, and the partition by fields are the things that you want to group by (the things that define a “Duplicate”) then anything that’s greater than 1 is a duplicate.
Things didn’t look right, so I did some digging. Question, ECOOpDtl.GroupID, can a group id in this table be removed? This one field is causing duplication.