Collect not Empty Items

Hi All,

I want to collect the element that has one or more members.

But the command I wrote is not working.

Does anyone have a solution?

Please tell me sample code.

>> NOT  WORKING PML

var !NonEmptyEquis collect all EQUI with ( size( members ) ne 0 )

Thanks.