Skip to main content

Using conditional logic when doing a concat

Comments

4 comments

  • David Paras

    When TrailerInfo:containerType = "BAG", you'd like to concatenate TrailerInfo:name with "-SSB". Otherwise concatenate TrailerInfo:name with "-PLT".

    Is this correct?

    0
  • David Paras

    Exactly. Thank you!!!

    0
  • David Paras

    You'll need to create a local variable that contains your "WHEN CONDITION", then use that within the concat function. Let us know if that does the trick.

    0
  • David Paras

    Thank you! I figured out another way around it.

     

    0

Please sign in to leave a comment.