Calculations inside the word template

313
1
08-29-2019 07:10 AM
OussamaMerhi
New Contributor II

Is it possible to do simple calculations inside the word template when generating reports. Example ${no}-1

Thanks in advance

Tags (1)
0 Kudos
1 Reply
Jim-Moore
Esri Regular Contributor

Hi Oussama

It is possible to do simple arithmetic in feature reports by putting the expression inside the brackets. Some examples:

${number1 - 15}
${number1 * 6}
${number1 + number2}

Hope this helps,

Jim

Zheng Liu

0 Kudos