How would I edit this case in a calculated field to CONTAIN the word Ambulatory instead of EQUAL it? Thanks!
CASE
WHEN [@field:RequirementType] = "Ambulatory" and [@field:Number_Of_Weeks] = 4 THEN 4
WHEN [@field:RequirementType] = "Ambulatory" and [@field:Number_Of_Weeks] = 2 THEN 2
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
shaferam
How would I edit this case in a calculated field to CONTAIN the word Ambulatory instead of EQUAL it? Thanks!
CASE
WHEN [@field:RequirementType] = "Ambulatory" and [@field:Number_Of_Weeks] = 4 THEN 4
WHEN [@field:RequirementType] = "Ambulatory" and [@field:Number_Of_Weeks] = 2 THEN 2
END
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.