Hello,
I have an ultrawingrid, and I need to add a calculated column ("column3") that is the difference between "column1" and "column2".
If I use the formula "Column2" - "Column1" I have the error "Invalid token".
If instead I use the formula "Column2" * "Column1" I haven't any error.
Is it possible to use the operator "-"?
Please help me.
Thank you
Hi,
You need to identify the columns as tokens using square brackets.
"[Column2] - [Column1]"