jboder2 Posted November 11, 2021 Report Share Posted November 11, 2021 I can't get this to work, any suggestions are greatly apprecaited! Thanks! Quote Link to comment Share on other sites More sharing options...
0 CoopperBackpack Posted November 12, 2021 Report Share Posted November 12, 2021 Hello @jboder2, I can see redundant open parenthesis before [@cbParamVirtual1]. Also, please wrap text values in single quotes. You may test this: CASE WHEN [@cbParamVirtual1] = 1 THEN 'Approved' WHEN [@cbParamVirtual1] = 2 THEN 'Denied' ELSE 'Pending' END Hope this helps. Kurumi 1 Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted November 12, 2021 Report Share Posted November 12, 2021 Hi @jboder2 - in addition, you may check this online help: https://howto.caspio.com/function-reference/#:~:text=Case Quote Link to comment Share on other sites More sharing options...
Question
jboder2
I can't get this to work, any suggestions are greatly apprecaited!
Thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.