Branch

Bashar
Bashar New Altair Community Member
edited November 2024 in Community Q&A
How are you..
I have a problem with ( Branch) it always executes the second part (Else ) even though the condition is true
Do you have any idea about this problem?
Tagged:

Best Answer

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓
    Hi,
    Please use expression instead of macro_defined. The correct expression should be:
    >20eval(%{count})

    BR,
    Martin

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓
    Hi,
    Please use expression instead of macro_defined. The correct expression should be:
    >20eval(%{count})

    BR,
    Martin

  • Bashar
    Bashar New Altair Community Member
    Thanks a lot