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

Check existence of attributes

tpzurdotpzurdo Member Posts: 1 Learner III
edited November 2018 in Help
Hi guys,

I need to concatenate attributes in case the exists. Unfortunately if I use the the expression if(attribute_1,1,0) the softs alerts me asking me for a lost attribute.
How can I create a Working regular expression?

Thanks in advance

Answers

  • mikebmikeb Member Posts: 5 Contributor II
    Instead of a regular expression, how about using a Branch operator.  For Condition Type choose attribute_available.  For Condition Value enter your attribute name.  Then put your concat operator inside the Then portion of the Branch operator.
Sign In or Register to comment.