Lookup Control / return concatenated fields
Posted: Tue Feb 06, 2018 1:56 am
Hi,
I'm trying to return two concatenated fields from a Browse Form to the description field of a lookup control.
My first attempt was to concatenate the fields directly in the query. Result: The Browse Form stays empty.
The 2nd attempt: By concatenating the fields in the Display row I can see the field appear on the Browse Form.
Now my question is how I can pass that "fullname" field to the lookup control? Adding an alias for the concatenated fields (like CONCAT(gd_vorname, ' ', gd_nachname) as full_name) doesn't work.
I'm trying to return two concatenated fields from a Browse Form to the description field of a lookup control.
My first attempt was to concatenate the fields directly in the query. Result: The Browse Form stays empty.
The 2nd attempt: By concatenating the fields in the Display row I can see the field appear on the Browse Form.
Now my question is how I can pass that "fullname" field to the lookup control? Adding an alias for the concatenated fields (like CONCAT(gd_vorname, ' ', gd_nachname) as full_name) doesn't work.