So I am doing a defect matrix and here are some of the things I am trying to check. The ones that check for yes or no are passing, the ones with any other word come back as expecting three elements, but only finding two.
{{#=}}IF({{issue.Application Workflow is Functional?.value.endsWith("No")}},30,0)+ IF({{issue.Does this Involve Data Corruption?.value.endsWith("No")}},0,50) + IF ({{issue.Performance or Speed Related?.value.endsWith("Yes")}},10,0) + IF ({{issue.Compliance Issue?.value.endsWith("Yes")}},30,0) + IF({{issue.Is this a Patient Care Issue?.endsWith("Maybe")}},15,0) + IF({{issue.Is this a Patient Care Issue?.value.endsWith("Yes")}},30,0) + IF({{issue.Impact to Financial?.endsWith("Direct")}},30,0) + IF({{Impact to Financial?.endsWith("Indirect")}},20,0)+ IF({{Impact to Financial?.endsWith("None")}},0,0)+ IF({{issue.Data Not Displaying or Displaying Incorrectly?.value.endsWith("Yes")}},15,0) + IF({{issue.Visual Artifact.value.endsWith("Yes")}},5,0) {{/}}
Hi @Malka
Were you able to figure this one out? I did some checking and I noticed:
IF({{somefield.endsWith("Hello")|false}}, 10, 20)
Best regards,
Bill
Those were guesses on the issue. & trial and error on the .value parts.
I do have it working on our instance now. It's made things a lot easier for triaging. I can't wait for intellisense on these things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree! Seems like some of these went to the "future consideration" chasm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.