I have this in my select expert:
(({?Members} = 'Yes' and {command.members} > 0) or ({?Members} = 'No' and isnull({command.members})))
The parameter only has a choice of Yes or No to the User..Yes being members with 1+ in the field.No being members with a null value.. My problem is when you choose both es and no or just no, I need it to pull records where the command.members is null.. Any ideas?? Thanks again!
CRXI
(({?Members} = 'Yes' and {command.members} > 0) or ({?Members} = 'No' and isnull({command.members})))
The parameter only has a choice of Yes or No to the User..Yes being members with 1+ in the field.No being members with a null value.. My problem is when you choose both es and no or just no, I need it to pull records where the command.members is null.. Any ideas?? Thanks again!
CRXI