choochoowinn2009
Technical User
I'm trying to write a CASE statement, but it's coming out with this error message. "The selection formula must be a boolean". My ID field is a string. Can anyone help?
Select ToNumber ({NoName.GUARD_ID})
Case 15, 16, 17, 18 :
"Medium"
Case 19 :
"Good"
Case 21 :
"Bad"
Default :
"None"
Select ToNumber ({NoName.GUARD_ID})
Case 15, 16, 17, 18 :
"Medium"
Case 19 :
"Good"
Case 21 :
"Bad"
Default :
"None"