I have a Parameter that will be used as a selection for Customers. My objective for the Parameter ("S") that if a Customer ID is enter only that customer is shown; for the Parameter ("E") that Customer ID is excluded and for the Parameter ("All") all customers IDs are shown.
if {?Customer Selection} = "S" then {Customer.Customer} = {?Customer Selection}
else if {?Customer Selection} = "E" then {Customer.Customer} <> {?Customer Selection}
else if {?Customer Selection} = "ALL" then {Customer.Customer} = {Customer.Customer}
if {?Customer Selection} = "S" then {Customer.Customer} = {?Customer Selection}
else if {?Customer Selection} = "E" then {Customer.Customer} <> {?Customer Selection}
else if {?Customer Selection} = "ALL" then {Customer.Customer} = {Customer.Customer}