Here is the formula in the record selection formula window:
If {?Country} = "ALL" then
{Customer.Country} like "*"
Else
{Customer.Country}={?Country}