Scenario
Field | Type | Value
-------------------------------
Amount | number | 100
VAT rate | Single select | 13.5
VAT amount | formula | {Amount (Net)} * VALUE(SUBSTITUTE({VAT Rate}, "%", "")) / 100
Interesting to see that the VAT Amount value is 14????
It should be 13.5, well, mathematically speaking it has to be 13.5
With VAT rate as number, it works as it should be.
However the idea is to use single select to reduce human error/workload.
Is it possible to get VAT Rate as single select and VAT Amount working together correctly?
Any ideas out there? I just ran out of them.
Thanks






