条件:==EMPTY
<sysfilter>
无
利用此元素,可定义筛选条件。
一个 <sysfiler>
元素可以包含多个筛选条件。
<conditions>
在同一 <sysfilter>
元素,此属性允许您组合它们。 默认情况下,逻辑链接位于 <condition>
元素为“AND”。 “@boolOperator”属性允许您组合“OR”和“AND”类型链接。<sysfilter>
<condition enabledIf="hasNamedRight('admin')=false" expr="@city=[currentOperator/location/@city]" />
</sysfilter>