This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
[pri method] is likely a string. In your final endif, you
check: = 0
it should be: = "0"
easy to miss.
cheers,
mark
I think it's because [PRI Method] is a string, but you have the expression,
[PRI Method] = 0
in your formula.