This topic is locked

Show full address in single cell?

7/31/2022 1:23:20 PM
PHPRunner General questions
R
rfischerjr authorDevClub member

img alt
Is it possible to insert a new line between fields in a single cell?

I want to display the address as:
AddrLine1
AddreLine2
AddrLine3

Not as:
AddrLine1 AddrLine2 AddrLine3

Thank you!

mbintex 7/31/2022

Choose orientation vertical for the cell

or

have a concat in your SQL to build the address as you want it to see and place the resulting field in the layout

Sergey Kornilov admin 7/31/2022

In the Page Designer select the cell, where those fields were added and set orientation to vertical.

img alt