elansienna
Technical User
I have a report that was built using the following record selection on a parameter field:
(if {?Service Recipient Group} = "ALL" then true else
{PROBSUMMARYM1.RECIPIENT_GROUP} = {?Service Recipient Group} or
{PROBSUMMARYM1.RECIPIENT_GROUP} like {?Service Recipient Group} )
While "ALL" brings back all records including nulls, I need to be able to pass a value in and bring back just the null values. Any help will be appreciated.
Elansienna
(if {?Service Recipient Group} = "ALL" then true else
{PROBSUMMARYM1.RECIPIENT_GROUP} = {?Service Recipient Group} or
{PROBSUMMARYM1.RECIPIENT_GROUP} like {?Service Recipient Group} )
While "ALL" brings back all records including nulls, I need to be able to pass a value in and bring back just the null values. Any help will be appreciated.
Elansienna