TheGoldMineGuru
MIS
Crystal XI:
My select expert forumla is as follow:
{?CustomerID} = {table.CustomerID} and
{?LocationID} = {table.LocationdID}
This works fine if both the CustomerID and LocationID parameters have values (1234 & xyz). However, if the LocationID is not specified (brought over as an empty value), which is a valid combination, than the report does not return any records.
What should my select expert look like? I have tried multiple combinations but have yet to find the right one.
Thank you!!
My select expert forumla is as follow:
{?CustomerID} = {table.CustomerID} and
{?LocationID} = {table.LocationdID}
This works fine if both the CustomerID and LocationID parameters have values (1234 & xyz). However, if the LocationID is not specified (brought over as an empty value), which is a valid combination, than the report does not return any records.
What should my select expert look like? I have tried multiple combinations but have yet to find the right one.
Thank you!!