i have an instance which has a property called alarmcode
what i want to do is to filter the instance with multiple value of alarmcode.
the alarm code is reference to another instance
in Sql if i need to do this is like
alarmcode in (‘a’,’b’’,’c’)
i have an instance which has a property called alarmcode
what i want to do is to filter the instance with multiple value of alarmcode.
the alarm code is reference to another instance
in Sql if i need to do this is like
alarmcode in (‘a’,’b’’,’c’)
Best answer by Mithila Jayalath
in
operator under LeafFilter
.
If you have further questions, please let me know.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.