I have a data set as below. I would basically need to check the first row of every unique LEID and see if the Exit column has a value "y". I would need to filter out such rows first.
1) I have used the Tile Tool to group by LEID and then used the Filter Tool to get only the records that match the criteria TileSequenceNum = 1 AND Exit = 'y'
2) I have used the Join Tool to join the output of Step 1 with the original input data set to get back the other rows of the above matched criteria.
3) From Step 2 I would need to arrive at an output where I would need to return only if the Exit value for a LEID is 'y' and the other Exit values of the same LEID is either "Null" or "n"

Desired Output is
