Insert new paragraph in calculated field

Viewing 2 reply threads
  • Author
    Posts
  • July 21, 2021 at 5:20 PM #44839

    Lorenz Ehrsam
    Participant

    I created a calculated field which concatenates text from various fields and formats them perfectly for printing. However, I would like to insert a new paragraph space, basically an empty line between 2 paragraphs but I am unable to find a solution. What code do I have to insert so that the text is separated into 2 paragraphs.

    Thank you,

    Lorenz

    July 21, 2021 at 6:50 PM #44840

    Daniel Leu
    Participant

    Following does the trick for me:

    [Text Field 1] + "\n\n" + [Text Field 2]

    July 22, 2021 at 6:27 AM #44842

    Lorenz Ehrsam
    Participant

    Thanks Daniel.

Viewing 2 reply threads

You must be logged in to reply to this topic.