Hi all,
I need help plz. So, usually I have to check if employees took breaks during the year, and if they did I have to say from when to when.
for example,

and I have to make it look like this,

What I usually did on excel was that I did a pivot table to find the count

and then do a VLOOKUP for the counts, and if an employee had only one break, I would just do a VLOOKUP for the date. If employee had 2 breaks, I would use Min and Max. But If they had 3 or more then I would do it manually.
Can somebody suggest a way I can do it on Alteryx?