Hi, I have a submission form with 2 virtual fields and wants to show 'INVALID' if Virtual 1 is null or blank. I have this formula but it shows blank instead of INVALID
CASE WHEN [@cbParamVirtual1] = "" THEN 'INVALID' ELSE [@cbParamVirtual1] END
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.
Question
RunForrestRun
Hi, I have a submission form with 2 virtual fields and wants to show 'INVALID' if Virtual 1 is null or blank. I have this formula but it shows blank instead of INVALID
CASE WHEN [@cbParamVirtual1] = ""
THEN 'INVALID'
ELSE [@cbParamVirtual1]
END
What I am doing wrong?
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.