Check existence of attributes

tpzurdotpzurdo Member Posts: 1 Contributor I
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.