How to group by a property of a record

Hallo how do I group by a spread of records by one of their property?

GrouByProperty.vl (12.5 KB)

Hey,

GroupBy is indeed what you’re looking for, though its output is a bit cryptic. This was already mentioned in the following response :

In your case, that gives the following

GrouByProperty_2.vl (15.4 KB)

1 Like

Don’t forget you need to cache GroupBy otherwise it will reevaluate each iteration

4 Likes