Base properties how to insert new line

How can I separate multiple fields in table.base propertie using a new line? I’m using table view with the cover art in the first column, which leaves lots of vertical space next to it for all in the info I need. I’ve tried all the ways below (in various forms), to no avail.

file.name <br>
director \n
genre char(10)
viewed <\br>

Similar:

1 Like

use an array! eg the formula [ [1], [2], [3] ] displays 1, 2, 3 on separate lines.

That worked! Thank you.

The formula:

[ [file.name], ["dir: "+director], ["genre: "+genre] ]

The result:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.