I have an IF statement that I want to do but I cannot seem to get it to work. What would be the best way to solve this or am I going about this all wrong? My statement is "IF quantity/"Sales Quantity" = (any whole number) THEN BEGIN..." or I could use "IF quantity/"Sales Quantity" <> (contain '.' or a decimal number) THEN BEGIN..."
0
Answers
IF decimalValue = ROUND(decimalValue,1) THEN BEGIN..
If qty MOD sales qty = 0