<aside> 🔑 Combine multiple types of properties into one "ID" property. This can aim to minimize property use in a database view.

</aside>

Donate

View all properties in one window

Formula without line breaks

prop("Name") + " | " + prop("Sub Name") + " : ed. " + format(prop("Edition")) + " [" + format(prop("Published")) + "]" + " " + prop("Writer") + " / " + prop("Status")

Formula with line breaks

prop("Name") + " | " + prop("Sub Name") + " : ed. " + format(prop("Edition")) + "\\n[" + format(prop("Published")) + "]\\n" + prop("Writer") + " / \\n" + prop("Status")