D
David
Hi,
I have the following calculation I am trying to work out ..... Not sure
how ?
Variable 1 = minstock
Variable 2 = oDict(oKey)
I need to test if my variable 'minstock' <= 40% of oDict(oKey)
I've tried
IF minstock <= oDict(oKey)*0.4 then
swarn = "Low Stock"
else
swarn = " "
end if
I just get an error
What is the correct way of writing this calculation ?
Thanks
David
I have the following calculation I am trying to work out ..... Not sure
how ?
Variable 1 = minstock
Variable 2 = oDict(oKey)
I need to test if my variable 'minstock' <= 40% of oDict(oKey)
I've tried
IF minstock <= oDict(oKey)*0.4 then
swarn = "Low Stock"
else
swarn = " "
end if
I just get an error
What is the correct way of writing this calculation ?
Thanks
David