I am trying to create a function that will give a certain rate for a particular job class. For example
if jobclass = 'J' then 20.00 else if jobclass = 'CJ' then 25.00 else if jobclass = 'A' then 18.00
etc...
I know if statements require a numerical value, but I don't know how to convert the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.