How can I set all attributes to "regular" by set role. All at once!!!
em_153318
New Altair Community Member
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?
Tagged:
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}.
1 -
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
0