I have a relation J2, which looks like (Popp,{(100)}) (Urman,{(100)}) (Sciarra,{(100)}) (Chen,{(100)}) (Faviet,{(100)}) (Gietz,{()}) (Higgins,{()}) (LAST_NAME,{()}) (Grant,{()}).... i have to test whether the bag is empty or not, so tried :S = FILTER J2 BY IsEmpty($1);.. it is getting executed successfully but the output is empty. Can anyone please guide me on this. Is there any prerequisites to use IsEmpty()?
Note:DESCRIBE J2 gives "{AA::LAST_NAME: chararray,{(int)}}"