Hi I am attempting to subtract one column from another column however I keep getting the following error:
Error: Formula (13): Parse Error at char(0): Parse Error (Expression #1)
See below for formula:
=[Expected Ending Balance]-[Amounts 2019]
Hi @Notemba you don't need to start formulae with an '=' in Alteryx. Try:
[Expected Ending Balance] - [Amounts 2019]
Ollie
Hi,
Thank you for getting back to me so quickly.
I am still getting the below error message:
Error: Formula (13): Parse Error at char(0): Formula: invalid type in subtraction operator (Expression #1)