Skip to main content

IS IT POSSIBLE TO COMBINE A NUMERIC FIELD AND A TEXT FIELD INTO A SINGLE CALCULATED FIELD

Comments

1 comment

  • Permanently deleted user
    Alex commented  ·    · 

    Hello,

    The calculated text field would use a concatenate() function of the two fields you wish to combine. In the formula text area, the concatenation would look something like this {Numeric Field} & {Text Field}. This function will combine the two fields together- "12" & "Jones" becomes "12Jones" using the & to concatenate. If you wish to space them apart, a space can be concatenated in between the fields (the space would be between the quotes here):

    {Numeric Field} & " "&{Text Field}

    Additional information can be found in our KB article here: http://help.trackvia.com/knowledgebase/articles/281151-text-functions

    Regards,

    Alex

    0

Please sign in to leave a comment.

Powered by Zendesk