I have three different select parameters: Sales Person, Customer Code and Group Code. I need to design my report so that when one of the parameters are seleted, the others are not required. For example, if the user enters the Sales Pereson, they are not required to enter the Customer Code and the Group Code. Can this be done and if so, how? Currently, I have the following formula:
{CUST.Group-ID} = {?Group Code} and
{CUST_SHIPTO.Cust-ID} = {?Customer ID} and
{CUST_SHIPTO.Default-sales-agent} = {?Sales Agent}
The result of this formula of course requires that all three parameters are entered. I have tried "or" and it does not work either. Please assist.