Since the upgrade I have a syntax error incalculating the line item total on a quote when doing the mailmerge to get a printed quote.
!Syntax Error,
This is on a mailmerged quote where the output of this code is: { REF ExtAmt \* MERGEFORMAT}
During the merge i also get calculation errors that must happen here:
{IF { MERGEFIELD "Quote_Product_Tax" } <> "" {SET ExtAmt { = {MERGEFIELD "Quote_Product_Extended_Amount"} - {MERGEFIELD "Quote_Product_Tax"}} } { SET ExtAmt {MERGEFIELD"Quote_Product_Extended_Amount"}}}
Had to type it as couldn't copy pase from Word field definition (so my brackets might be wrong ...).
I'm wondering if the problem is that both field used in the calculation have a currency symbol in the merge data?
Does anyone have any ideas of how to fix this?
Thanks