Calculation field: Difference between revisions

no edit summary
(Created page with "The values in the calculation fields are calculated from the expressions specified by you.<br /> The following types of expressions are supported: * Mathematical - Expression...")
 
No edit summary
Line 11: Line 11:


String values/variables must be enclosed by Quote characters:
String values/variables must be enclosed by Quote characters:
<source>
<syntaxhighlight lang="python" >
'Result: ' + '#{string_field1}' + '#{string_field2}'
'Result: ' + '#{string_field1}' + '#{string_field2}'
</source>
</syntaxhighlight >