FILTER_FALSE
Description
Examples
FILTER_FALSE(1, 2, false, 3)p is Person
FILTER_FALSE(
if p.has_email_1 then p.email1 else false end,
if p.has_email_2 then p.email2 else false end,
if p.has_email_3 then p.email3 else false end,
)Last updated
Was this helpful?
