hi,I have parameter in the report {?category}. That does the simple thing {Details.Category}={?category} and sopose to return records depending on one or multiple values in the parameter.
However, db field {Details.Category} has records that is actualy join values like "value1|value2|value3" in single record or can be like "value1|value2" or just "value1" in single record.
Parameter {?category}. has set number of parameters/choices : value1, value2 and value3.
Run parameter works only if db record has 1 value not any of the combinations of it. It will work if value1=value1 , value2=value2 or value3=value3. But will not work if value1|value2=value1 or vallue1|value3=value3 etc.
Is there way to run this parameters by finding the way to asosiate value1|value2=value1 , so this report will show the record just because one of the values in the string mach the parameter value?
However, db field {Details.Category} has records that is actualy join values like "value1|value2|value3" in single record or can be like "value1|value2" or just "value1" in single record.
Parameter {?category}. has set number of parameters/choices : value1, value2 and value3.
Run parameter works only if db record has 1 value not any of the combinations of it. It will work if value1=value1 , value2=value2 or value3=value3. But will not work if value1|value2=value1 or vallue1|value3=value3 etc.
Is there way to run this parameters by finding the way to asosiate value1|value2=value1 , so this report will show the record just because one of the values in the string mach the parameter value?