I need to have multiple lines of text in a Sh...

I need to have multiple lines of text in a Show, Section Heading. When I verify the expression of Content, it appears correctly, but in the app there is no carriage return (it is a wrapped paragraph). How can I enter a carriage return so I get 3 lines of text instead?

0 5 2,348
5 REPLIES 5

@Steve_Wood Not sure if it will work with Section Header but you can try:

=CONCATENATE(โ€œLine 1 Textโ€," โ€œ,โ€œLine 2 Textโ€,โ€ ",โ€œLine 3 Textโ€)

Thank you for the quick reply, but that didnโ€™t work. That didnโ€™t change the display at all from my previous attempt.

@Steve_Wood

Pay attention when writing the expression in the expression builder; and put a carriage return (enter) between each line in the expression:

=CONCATENATE(โ€œLine 1โ€." enter โ€œ,โ€œLine 2โ€,โ€ enter ",โ€œLine 3โ€)

But as I said though this, it might not work with Section Header. Try it with Text and then use a Formatting rule for the text weight, color and size.

Perhaps you should use three separate Show columns, rather than just one with line breaks.

@Levent_KULACOGLU Using a Show, Text column type worked with both methods of formatting (w/ and w/o CONCATENATE). Thanks.

Top Labels in this Space