What is Expression Language?
Expression language in PDF Generator API is a specific programming language that allows writing mathematical and logical expression to manipulate the value displayed by component. Expression language can be written into the "Text" component "Raw value" under the "Formatting" view.
Example expression
Use "Number" formatting when creating calculations or using sum, average, sumproduct functions.
Example expression {% 2 + {dataFieldName} + {dataFieldName2}*0.5 %}
{% 2 + {dataFieldName} + {dataFieldName2}*0.5 %}
Use "Number" formatting when creating calculations or using sum, average, sumproduct functions.
Updated on: 12/08/2019
Thank you!