I'm trying to create an app page where it has a total then a field to add card payments - refunds, then get the sales tax then after subtracting the sales tax - the fair fee. Please see screenshot to see explanation. I can't get this to properly display the correct values. I'm new to expressions and I have been trying for the last 6-7 hours using chatGPT but it's still not properly displaying and calculating. 😞
math expression issues
Custom Code
everything I can think of.
current expression for Fair Fee that isn't correct. It should be 20% not the total -20%
((var1 + var2) - var3) - ((((var1 + var2) - var3) * 0.07125) * 0.2)
Yes
1
4 replies