Given:
subject, To, Group
----------------------
subject1, name1, -1
subject2, name1, -1
subject2, name2, -1
subject2, 0, group1
Desired format:
Subject, To
-----------------
subject1, name1
subject2, name1, name2, group1
So this is an email table and I'm trying to condense rows like the Desired format: below. Is there an easy way to collapse the To/Group into same subject line?
A little more info: don't need fields where Group = -1
and To = 0