Hi,
Not sure if this is possible, but…
I want to display a address in a single column in a grid, but i store the adrress as individual fields within the table e.g adress, city, postcode etc.
I tried CONCAT and CONCAT_WS and this works, but i’d like to have the value returned as individual lines.
e.g Aurthur Dent
Ashworth Cottage
Somewhere
I thought I might be able to do this by addidng the individual field values in the OnRecord event, but I can’t see how to insert a line break ( should it be html or
or chr(13) or sometig else )
Any and all help appreciated.