Forum Discussion
MarkShnier__You
3 years agoQrew Legend
ToText([Business Impacts]) = "Clinical"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- AnnettaColeman3 years agoQrew CadetThank you!
------------------------------
Annetta Coleman
------------------------------- AnnettaColeman3 years agoQrew CadetOk.... so now I want to checkbox if [Business Impacts] is either "Clinical" or a combination of both "Behavioral Health" and "Clinical" in a multi-select field... I tried both of the following. Neither worked....
- If(ToText([Business Impacts])="Clinical" or ToText([Business Impacts])="Behavioral Health;Clinical", true)
- If(ToText([Business Impacts])="Clinical" or
ToText([Business Impacts])="Behavioral Health" and ToText([Business Impacts])="Clinical", true)
If I look at the field contents directly, the value is shown as "Behavioral Health;Clinical". Why did my first If/Or not result in true?
------------------------------
Annetta Coleman
------------------------------- MarkShnier__You3 years agoQrew LegendThe ToText of that field would have a separator of space ; space and not just a ;
- If(ToText([Business Impacts])="Clinical" or ToText([Business Impacts])="Behavioral Health ; Clinical", true)
Post back if that did not solve the issue.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------