🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Select Attribute After Loop Attribute"

User: "1705410G"
New Altair Community Member
Updated by Jocelyn
I would like to use the Select Attribute operator to pick out those that ran through the function inside the Loop Attribute operator(containing Generate Attributes operator). 


However, under the attribute filter type 'Subset', I'm unable to find any of the rename attributes that were created by the Loop Attributes operator. It only contains the original attributes that was before running into the loop. 

Any idea on how I can select my attributes using Select Attribute operator ?

Thanks!

Regards,
AY

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "lionelderkrikor"
    New Altair Community Member
    Hi @1705410G,

    If I make the link with your other thread, your created (inside the Loop Attributes operator) attributes are named "2-Speed_New"
    and more generally "xxxx_New".
    So you can use Select Attributes operator with the attribute filter type = regular_expression
     

    Hope it helps,

    Regards,

    Lionel

    User: "1705410G"
    New Altair Community Member
    OP
    Hi lionelderkrikor ,

    It worked! Only after I checked the "invert selection" box. However, my original attributes are still there.

    Regards,
    AY
    User: "lionelderkrikor"
    New Altair Community Member
    Hi @1705410G,

    Mmmh, I think you have not been rigorous... :)  
    The exact syntax of the regular expression is :  .*_new [don't forget the "point" at the first place] (or  .*_New or .*_NEW according to the name you gave to your created attributes)

    Regards,

    Lionel