Generate Attribute - How to put a space character between two concatenated attributes?

Mike0985Mike0985 Member Posts: 9 Contributor I
Dear all,

I would like to create a new attribute called "teamname_home2" and "teamname_away2" (see on the right of the attached picture), both based on two attributes consisting of the "team city name" and "team nickname". How can I put a space between the two attributes?

Thanks and regards
Michael

Best Answer

  • kaymankayman Member Posts: 662 Unicorn
    Solution Accepted
    Concat(team1, " ", team2)Β 

Answers

  • Mike0985Mike0985 Member Posts: 9 Contributor I
    kayman thank you very much πŸ‘πŸ»
Sign In or Register to comment.