Dear all,
I got a strange problem on V8
I have added a simple formula {TotalRow} = ({UnitPrice} * {Quantity}); within an Ajax Events of Quantity_OnChange in order to refresh the total once the user change quantity field.
UnitPrice and Quantity are decimal
The total now is 100 times the correct calculation … (???)
I’m really stucked here.
Do you understand what to do for having a right calculation ??
Thanks