SQL Server 2000
Crystal Reports 2008
Hello,
I am trying to get a multiple parameter record selection formula to work.
Specifically, I cannot get this particular parameter to return records. I have checked the links already.
(There are records that meet the criteria in the database.)
Any suggestions as to what I am doing wrong?
BTW, {chgcat.sym} is a string, and the ?Category parameter is a string parameter.
{chgcat.sym} is a multiple value (category) field.
The parameter settings are:
Allow custom values - True
Allow multiple values - True
Allow discrete values - True
Allow range values - False
Default is "ALL"
RECORD SELECTION (partial):
(
{chgcat.sym} in split({?Category}[1], ", ")
OR
{?Category} = "All"
)
This is the full record selection formula:
(
{chgcat.sym} in split({?Category}[1], ", ")
OR
{?Category} = "All"
)
and
(
{?Environment} = {zenvironment.sym}
OR
{?Environment} = "ALL"
)
and
(
{?Impact} = {@Impact}
OR
{?Impact} = "ALL"
)
and
(
{?Assignee} = {@Assignee}
OR
{?Assignee} = "All"
)
Thanks in advance,
Rory
Crystal Reports 2008
Hello,
I am trying to get a multiple parameter record selection formula to work.
Specifically, I cannot get this particular parameter to return records. I have checked the links already.
(There are records that meet the criteria in the database.)
Any suggestions as to what I am doing wrong?
BTW, {chgcat.sym} is a string, and the ?Category parameter is a string parameter.
{chgcat.sym} is a multiple value (category) field.
The parameter settings are:
Allow custom values - True
Allow multiple values - True
Allow discrete values - True
Allow range values - False
Default is "ALL"
RECORD SELECTION (partial):
(
{chgcat.sym} in split({?Category}[1], ", ")
OR
{?Category} = "All"
)
This is the full record selection formula:
(
{chgcat.sym} in split({?Category}[1], ", ")
OR
{?Category} = "All"
)
and
(
{?Environment} = {zenvironment.sym}
OR
{?Environment} = "ALL"
)
and
(
{?Impact} = {@Impact}
OR
{?Impact} = "ALL"
)
and
(
{?Assignee} = {@Assignee}
OR
{?Assignee} = "All"
)
Thanks in advance,
Rory