Using negative <> can trigger the delegation warning
Filter(list,‘Title’ <> “No”)
Using = instead makes the delegation warning goes away
Filter(list,‘Title’ = “No”)
Using negative <> can trigger the delegation warning
Filter(list,‘Title’ <> “No”)
Using = instead makes the delegation warning goes away
Filter(list,‘Title’ = “No”)