Page 1 of 1

how to create a value combined of 2 (or more) field values

Posted: Sat Mar 20, 2021 3:29 pm
by oli
Hi All,
I'm searching a solution for following problem:
I have the table "kontakt" with fields like kon_surname and kon_firstname.
The record is used as a lookup in another table "order". But in the Customer Field of "order" I want to show the information of kon_firstname + kon_surname.
So far I couldn't find a solution how to get a value combined of 2 fields visible there.
Would be great if someone could help me.

Thanks a lot!

BR, Oli

Re: how to create a value combined of 2 (or more) field valu

Posted: Sat Mar 20, 2021 4:25 pm
by kev1n
Hi Oli,

You can use CONCAT() to combine multiple strings that are displayed in the description field of a lookup object.

Re: how to create a value combined of 2 (or more) field valu

Posted: Sat Mar 20, 2021 5:37 pm
by oli
Thank you! Perfect and easy solution !!