<aside> 🔑 Combine multiple types of properties into one "ID" property. This can aim to minimize property use in a database view.
</aside>
View all properties in one window
prop("Name") + " | " + prop("Sub Name") + " : ed. " + format(prop("Edition")) + " [" + format(prop("Published")) + "]" + " " + prop("Writer") + " / " + prop("Status")
prop("Name") + " | " + prop("Sub Name") + " : ed. " + format(prop("Edition")) + "\\n[" + format(prop("Published")) + "]\\n" + prop("Writer") + " / \\n" + prop("Status")