Datasets

Datasets

Line Break in Beastmode

Is there a way to write a beastmode that puts strings on the next line? For example if I have 3 fields (First Name, Middle Name, Last Name), I want it to show up like this…

First Name
Middle Name
Last Name

and not like this

First Name Middle Name Last Name.

Best Answer

  • Answer ✓
    1. CONCAT(`First Name`,'<br>',`Middle Name`,'<br>',`Last Name`)

    If I solved your problem, please select "yes" above

Answers

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In