progenysend
Technical User
I've got some data that doesn't really have a unique identifier, so I create one through grouping.
Say there's 5 detail lines for every Group 1 line. A test is done that returns a Yes or No for each line, ultimately leading to a Yes or No in Group 1. I have to come to this by manipulating how the data is sorted, excluding certain lines, and taking a maximum.
I need a way to count the Group 1 Yes and No.
Right now I either get numbers that are way too high because it's counting every detail, or I get double counting because it adds 1 if there is a yes or no in the details.
Say there's 5 detail lines for every Group 1 line. A test is done that returns a Yes or No for each line, ultimately leading to a Yes or No in Group 1. I have to come to this by manipulating how the data is sorted, excluding certain lines, and taking a maximum.
I need a way to count the Group 1 Yes and No.
Right now I either get numbers that are way too high because it's counting every detail, or I get double counting because it adds 1 if there is a yes or no in the details.