🎉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

In filter attribute Can i put attribute name from micro Like i had created a micro.

User: "pallav"
New Altair Community Member
Updated by Jocelyn
 In the place of Attribute name can i put attribute value from micro. 
I have defined a micro with name Product_flag
Like %{Product_Flag) 

%(Product_flag} is giving me error and also i tried with #{Product_Flag}  that also gives error.



Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "varunm1"
    New Altair Community Member
    Hello @pallav

    Can you provide the process file for us to check? If possible, please give us data as well.
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi @pallav ,
    i think you need to use the expression option of Filter examples and go for
    eval(%{myMacro}) > 1
    ~Martin
    User: "pallav"
    New Altair Community Member
    OP
    @mschmitz - Thanks that works.