How to do an "all" option with Crystal Reports parameters
Here is the formula in the record selection formula window:
If {?Country} = "ALL" then
{Customer.Country} like "*"
Else
{Customer.Country}={?Country}
Here is the formula in the record selection formula window:
If {?Country} = "ALL" then
{Customer.Country} like "*"
Else
{Customer.Country}={?Country}