I am using Crystal 11.5.8.826
How can you force all possible Groups to appear on a report even if their value totals zero?
I am working on a spreadsheet that will be populated by an export from Crystal Reports that will show by location the sales for each product category group for each month. The data is currently hand entered from an existig report.
I would like to automate it at least a little. The information will have to be cut and pasted into the existing Excel spreadsheet that I can not alter (too much).
We have a Product Category field that is two character alpha-numeric, that always starts with a letter and can end in either a letter or a number. The Product Category Group that I am concerned with is used in the spreadsheet but does not exist as a field in the database. It is the first character (always a letter) of the Product Category, so it is limited to 26 possible values (we currently don't use U, V or W; but may in the future, so I would not be opposed to forcing it to all 26 letters instead of the 23 currently being used).
I have a formula that takes the first character of the Product Category to create the Group value, but I only get a listing for the Product Category Groups that were sold during the month, I want all 26 possible totals.
Of course, there has to be some kind of complications. Not sure if these will affect any possible solution, but I figure it is best to get them in the open up front:
1.) We have a location that we merged with another store, but its records exist up through the time the store closed, but for comparison purpose we report them as a single location (loc 3 and 5 combined as location 3). I do this via a formula that converts loc 5 to loc 3 and then group on the formula.
2. All of our delivery and freight charges do not have a location assigned to them (I back into the location by looking up the customer's home location and use it for several transaction types.
"The problems we face today cannot be solved by the minds that created them."
--Albert Einstein
How can you force all possible Groups to appear on a report even if their value totals zero?
I am working on a spreadsheet that will be populated by an export from Crystal Reports that will show by location the sales for each product category group for each month. The data is currently hand entered from an existig report.
I would like to automate it at least a little. The information will have to be cut and pasted into the existing Excel spreadsheet that I can not alter (too much).
We have a Product Category field that is two character alpha-numeric, that always starts with a letter and can end in either a letter or a number. The Product Category Group that I am concerned with is used in the spreadsheet but does not exist as a field in the database. It is the first character (always a letter) of the Product Category, so it is limited to 26 possible values (we currently don't use U, V or W; but may in the future, so I would not be opposed to forcing it to all 26 letters instead of the 23 currently being used).
I have a formula that takes the first character of the Product Category to create the Group value, but I only get a listing for the Product Category Groups that were sold during the month, I want all 26 possible totals.
Of course, there has to be some kind of complications. Not sure if these will affect any possible solution, but I figure it is best to get them in the open up front:
1.) We have a location that we merged with another store, but its records exist up through the time the store closed, but for comparison purpose we report them as a single location (loc 3 and 5 combined as location 3). I do this via a formula that converts loc 5 to loc 3 and then group on the formula.
2. All of our delivery and freight charges do not have a location assigned to them (I back into the location by looking up the customer's home location and use it for several transaction types.
"The problems we face today cannot be solved by the minds that created them."
--Albert Einstein