jpalmer150
Technical User
Seems like a simple issue but I haven't been unable to find a solution anywhere.
I'd like to allow my users to choose which parameters to filter by. If a value is not given for a specific parameter I'd like to report to include all values for that field.
For example, using three fields:
Customer Number
Customer Name
Customer Address
How can I get the correct records if a user provides a Customer Name and Address but no Account number?
Thanks in advance,
JP
{Rebate_err.SAP End Cust #} = {?Ship-to SAP Number} [1] AND
{?Ship-to Customer Name} [1] IN {Rebate_err.SAP End Cust Name} AND
{?Address} [1] IN {Rebate_err.SAP End customer address}
I'd like to allow my users to choose which parameters to filter by. If a value is not given for a specific parameter I'd like to report to include all values for that field.
For example, using three fields:
Customer Number
Customer Name
Customer Address
How can I get the correct records if a user provides a Customer Name and Address but no Account number?
Thanks in advance,
JP
{Rebate_err.SAP End Cust #} = {?Ship-to SAP Number} [1] AND
{?Ship-to Customer Name} [1] IN {Rebate_err.SAP End Cust Name} AND
{?Address} [1] IN {Rebate_err.SAP End customer address}