Hi there,
I’ve been thinking about my problem for half the day, but unfortunately I can’t find a solution.
In the project, the elements are assigned different ObjectType_IDs (parameter values) (OBJ_FB_…).
Now I would like to know which model categories occur with each ObjectType_ID. An ObjectType_ID can occur in several model categories
I want to create a list where the model categories are grouped under my ObjectType_ID.
(see the codeblock)
Basically I have to throw out all sub-lists that are duplicates and merge the ones that have the same ObjectType_ID.
Thanks for any ideas and your help!