Can I use the IN keyword with LIKE?
I know I can do: iif([Lifecycle] in ("MS1-BeginPhase", "MS2-DesignPhase")
and I know I can do: iif([Lifecycle] like "MS1*" or [Lifecycle] like "MS2*"
But can I do something like: iif([Lifecycle] in (like "MS1*", like "MS2*")
Thanks,
I know I can do: iif([Lifecycle] in ("MS1-BeginPhase", "MS2-DesignPhase")
and I know I can do: iif([Lifecycle] like "MS1*" or [Lifecycle] like "MS2*"
But can I do something like: iif([Lifecycle] in (like "MS1*", like "MS2*")
Thanks,