Formulas (Notion): verschil tussen versies

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
Regel 1: Regel 1:
== concat ==
+
== concat() ==
  
Concatenate string, including output from commands. E.g.:
+
Concatenate strings, including output from commands. E.g.:
  
 
<pre>
 
<pre>

Versie van 2 dec 2022 17:12

concat()

Concatenate strings, including output from commands. E.g.:

concat("Created: ", formatDate(prop("Time - Created"), "W"))

This probably isn't a very useful example, as it includes a label in the property field - Excellent way to mess up data integrity.

Sources