...
Ersetzen der Leerzeichen durch non-breaking spaces:
...
Replace([CourseOfStudyName],
...
'
...
',
...
'
...
')
...
+'
...
/
...
'
...
+
...
Replace([PersonName],
...
'
...
',
...
'
...
')
...
+
...
'
...
/
...
'
...
+
...
Replace([CreationDate],
...
'
...
',
...
'
...
')
Inkl. Formatierung sieht das Formelfeld dann z.B. so aus:
...
'<font
...
size="1"
...
face="arial"
...
><style>
...
td
...
{
...
height:
...
24px;
...
vertical-align:
...
bottom;
...
}
...
</style>
...
<table>
<tr>
<td>' + Replace([CourseOfStudyName],
...
'
...
',
...
'
...
')
...
+'
...
/
...
'
...
+
...
Replace([PersonName],
...
'
...
',
...
'
...
')
...
+
...
'
...
/
...
'
...
+
...
Replace([CreationDate],
...
'
...
',
...
'
...
')
...
+
...
'</td>
...
</tr>
...
</table></font>'
...
Das HTML-Binding wird hier erklärt: https://docdaylightsoftware.daylightatlassian.softwarenet/wiki/x/qwAJAgoq8a