Inexperienced Dynamo User
I have a test model with Elements inserted into Rooms.
I want to list all of the elements by their Category, Then I want to group them by the room. So I have a list of every element within a room by Category. From this point, I will later take an asset register which is populated with a bunch of data. It will feed into the items by room, by category by element by parameter field on each element.
There may be a better way to do this, but I am talking about 10,000 + items, so I’m starting from scratch with a basic sample model for logical purposes.
However, I fell flat on using the List.GroupByKey Function.
How do i get it to know what elements are in what room, and then group them by those elements by the room key? Right now, I cant get a list of all elements in a room. and I can’t get a list of elements in each room. It seems to just add all the elements, to all the keys . .