I am passing two parameters containing one or more values to the report via an ASP page. The database fields are strings as they need to be in order to pass more than one value per parameter.
Within Crystal's "Select Expert" my code looks like:
{database field1} IN {?parameter1} and
{database field2} IN {?parameter2}
The problem I am having is that if there is more than one record with the same {database field1} but different {database field2} I get both records.
I would appreciate any help with this problem. Thanks.
Within Crystal's "Select Expert" my code looks like:
{database field1} IN {?parameter1} and
{database field2} IN {?parameter2}
The problem I am having is that if there is more than one record with the same {database field1} but different {database field2} I get both records.
I would appreciate any help with this problem. Thanks.