In my calculated field, I am trying to write a condition that considers two or more variables to get to the resulting values. I have the following statement that when tested was invalid.
Thank you again for the help.
CASE
WHEN Charindex('Court',[@field:work_location])!=0 AND WHEN Charindex('Court',[@field:work_location])!=0 THEN 1163
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
Elena
Hello there again,
In my calculated field, I am trying to write a condition that considers two or more variables to get to the resulting values. I have the following statement that when tested was invalid.
Thank you again for the help.
CASE
WHEN Charindex('Court',[@field:work_location])!=0 AND WHEN Charindex('Court',[@field:work_location])!=0 THEN 1163
ELES '0'
END
Thank you.
Elena
Link to comment
Share on other sites
3 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.