Afternoon;
Assume a table that has a left most field indicating a client identifier, as well as a product identifier, and a number sold field. (A record might indicate that client John bought 3 widgets.)
In a given month John might have bought 6 different profucts.
All those details summarize to a group (client) so that a report can indicate (on a single line) the total number of each product sold. (There is a column for each product.)
I want to modify a report so it deals only with a small subset of products. Therefore I want to suppress the detail line indicating records NOT in that subset.
How do I conditionally suppress those records. (ie suppress t his line if product identifier is not in 24,25.)
Thanks
D
Assume a table that has a left most field indicating a client identifier, as well as a product identifier, and a number sold field. (A record might indicate that client John bought 3 widgets.)
In a given month John might have bought 6 different profucts.
All those details summarize to a group (client) so that a report can indicate (on a single line) the total number of each product sold. (There is a column for each product.)
I want to modify a report so it deals only with a small subset of products. Therefore I want to suppress the detail line indicating records NOT in that subset.
How do I conditionally suppress those records. (ie suppress t his line if product identifier is not in 24,25.)
Thanks
D