Check existence of attributes

tpzurdo
tpzurdo New Altair Community Member
edited November 5 in Community Q&A
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
Tagged:

Answers

  • mikeb
    mikeb New Altair Community Member
    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.