YANKRAY
Technical User
- Nov 7, 2003
- 283
Using CR 10.0
I have data that is grouped by customer.
There is a field in the database that is filled in for SUPPLIER.
This field is random, meaning it could be null, or it could have any number of different Supplier names.
I would like to produce a count of the supplier names (whatever they may be and to include the null value'd suppliers) for each group.
There is some logic to the SUPPLIERS names. The logic is that some of the names are defined by coding in the report, some are null, and some are randomly provided but in that randomly provide number some are "for sure".
So what I want to do is rename the suppliers for the purpose of counting them by group. The Counted groups I need are:
Those with Supplier = VENDOR
Those with Supplier = PEMCO
Those with Supplier = (null value)
Those with Supplier = GFM
Those with Supplier = (any other value)
I cannot do any other grouping on the report because the grouping will become the primary sort order and this cannot happen in the result. I am only looking for totals at the current group level.
Can anyone help?
Ray
I have data that is grouped by customer.
There is a field in the database that is filled in for SUPPLIER.
This field is random, meaning it could be null, or it could have any number of different Supplier names.
I would like to produce a count of the supplier names (whatever they may be and to include the null value'd suppliers) for each group.
There is some logic to the SUPPLIERS names. The logic is that some of the names are defined by coding in the report, some are null, and some are randomly provided but in that randomly provide number some are "for sure".
So what I want to do is rename the suppliers for the purpose of counting them by group. The Counted groups I need are:
Those with Supplier = VENDOR
Those with Supplier = PEMCO
Those with Supplier = (null value)
Those with Supplier = GFM
Those with Supplier = (any other value)
I cannot do any other grouping on the report because the grouping will become the primary sort order and this cannot happen in the result. I am only looking for totals at the current group level.
Can anyone help?
Ray