Calculation field: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 20: Line 20:
:; String result: is used for expressions that contain string manipulations or functions that return a string
:; String result: is used for expressions that contain string manipulations or functions that return a string


== Field values and other variables ==
== Field value references and other variables ==
The values of other fields in the same entry and fields in linked libraries may be referenced by enclosing them within a hash mark and open brace <big>'''#{'''</big> and a closed brace <big>'''}'''</big>. Other values can be referenced this way as well, such as the number of fields in an entry. For example, consider the following expression:
The values of other fields in the same entry and fields in linked libraries may be referenced by enclosing them within a hash mark and open brace <big>'''#{'''</big> and a closed brace <big>'''}'''</big>. Other values can be referenced in similar fashion, such as the number of fields in an entry. These constitute read-only variables. For example, consider the following expression:


<source lang="java">
<source lang="java">

Navigation menu