Jump to content
  • 0

Concatenate fields


Kuroshi

Question

5 answers to this question

Recommended Posts

  • 0

Hi... just wanted to help. I think this is possible using formula with a CASE statement.  You may try the following:

CASE WHEN [@field:Title] = [@field:Group_Name]

THEN [@field:First_Name] + ' ' + [@field:Last_Name]

ELSE

' '

END

 

Here is the result:

image.png.29768345d6d2fc130b8a814129c1aaca.png

You can change the output depending on what you need to concatenate. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...