The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How can I set all attributes to "regular" by set role. All at once!!!
Hallo all,
I have for example 100 attributes. I want to set these attributes by SET ROLE to regular, all together. How can I do that?
0
Answers
Hi @em_153318
The easiest way is to use LOOP ATTRIBUTES nested operator which would take all attributes selected, for example, by a regular expressioon (your screenshot suggests that the attributes have alike namings, thus it's easy to use regex to choose them), inside which is to use SET ROLE operator looped thru all of the selected attributes, using macro name %{loop_attribute}.
Vladimir
http://whatthefraud.wtf
One has to wonder if there's an easier way to do this....I agree @kypexin that is the only way that comes to mind at the moment.
Scott
Hi @em_153318,
It doesn't come into my mind at which point you get multiple not-regular Atttributes.
When does this happen for you? Perhaps you might change your process at a different point?
Happy Mining,
Edin