Hello,
We have added 6 projects in a struture and we created the same components RFA, SAS in each projects.
I need to consolidate the log work per composant via a structure.
If I group per component, the component appears 3 times even if they have the same name
--> How can I do to have a group per component name ?
Regards,
Hello @AHMADI ISLEM
Since Components are unique per project, they all have unique IDs. The Components grouper in the structure uses the IDs, so it doesn't matter if two Components share the same name if they belong to two different projects.
You can use the Attribute grouper with the Formula in it:
split(text(components),",")
this way the names of Components will be considered.
I hope this helps. If you need further assistance here or if you have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.