I am creating a report that groups based off a formula, not a field.
We have a Product Category field (two letters, such as AA) that every item is assigned. I am grouping off the first letter, derived by using Left(ProdCat,1), and then I use another formula to assign a description to this first letter. Twenty-four of the letters are used (no U or V at this time).
When I create the report, the user wants to see all the Groups, even if there is nothing present for them in the selected data. So if there are no Product Categories that start with the letter "I", the report would have a group for "I" with no data, just the letter and description.
Since this single digit code does not exist in a table in the database I assume I will have to use "Add Command" to create a table that I can then do an Outer Join on, but I am not sure how to create the command.
"The problems we face today cannot be solved by the minds that created them."
--Albert Einstein
We have a Product Category field (two letters, such as AA) that every item is assigned. I am grouping off the first letter, derived by using Left(ProdCat,1), and then I use another formula to assign a description to this first letter. Twenty-four of the letters are used (no U or V at this time).
When I create the report, the user wants to see all the Groups, even if there is nothing present for them in the selected data. So if there are no Product Categories that start with the letter "I", the report would have a group for "I" with no data, just the letter and description.
Since this single digit code does not exist in a table in the database I assume I will have to use "Add Command" to create a table that I can then do an Outer Join on, but I am not sure how to create the command.
"The problems we face today cannot be solved by the minds that created them."
--Albert Einstein