Can't get a length from unique elements list

Here is a sample of what i’m getting. I know i can get the values by connecting directly to the ALL Elements node, but that create a whole other sorting issue down stream… Any help would be appreciated.

Mike

Are you trying to get the length of a structural column type? Isn’t that an instance parameter?

It is, but when I get the list of instance lengths the list has more items than the unique type names and I can’t get them to sync up.

Can you explain what it is you are trying to do? It sounds like you might be trying to get the total length of all columns of Type A, all columns of Type B, etc. If this is the case, you should get both the lengths of the instances and the type of the instances, group by keys, and sum each sublist.

Here is the whole graph. Maybe this will help. Yes, I am trying to get the lengths for each type, but dont need/want an itemized list. Also some of the lengths are the same for different column types.