Question
IF(CONTAINS(Multiple values?
hi folks, this partial code snippet has been shared a lot and it works really well for one status (i.e. task status = complete) , but if I want to add a few statuses, what's the best way to do that? I thought I read something in the community about it a few months ago, but can't figure out the search results enough to locate an answer. listmethod=nested(tasks).lists valueexpression=IF({numberOfChildren}=0,IF({canStart}, IF(CONTAINS("CPL",{status}) ,"",CONCAT({name}," ")))) (I didn't think it was valuable to put in the whole piece of code, but you can find it here: "https://wf-pro.com/textmode/text-mode-views-collections/" https://wf-pro.com/textmode/text-mode-views-collections/ So if I want to specify "if the status is Complete or Cancelled"... do those have any ability to be put together? -skye