Need to create sysfilter for schema where attribute type is boolean
Hi All,
I need to create sysfilter for schema where attribute type is boolean,
Attribute
<attribute advanced="true" label="Flag" name="iFlag"
notNull="true" sqlDefault="0" sqlname="iFlag" type="boolean"/>
Now I need add condition for sysfilter in same schema if this FLAG VALUE IS TRUE THEN it should not be visible to non admin users,
please help me with this syntax, I tried multiple combination but none of them is working, please help me here