Hi, how to write a formula to divide per 1000 a decimal field? I’m trying “@SalesPrice/1000” but with no luck…
Thank you
Hello Emanuele,
To correctly write your formula, please use the following syntax:
@SalesPrice div 1000
In the XPath editor, you can access all available numeric operators.