Is it possible to do simple calculations inside the word template when generating reports. Example ${no}-1
Thanks in advance
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