AKPolarBear
MIS
I am using CR7 and a SQL database.
I have item numbers formatted as XXXX-XXXXX where the 1st 4 X's are used to group like items and the second 5 X's are used to subgroup by other means resulting in unique item numbers. In the later group of 5, the number 99990 is used as the group name but can also be used as an item number for transactions in certain circumstances that will generate data.. All groups use the same 99990 suffix for this purpose (in other words, a catch all item).
The summary report I am writing, needs to group on the first four X's only but use the group name XXXX-99990 for the name.
The report is built and working but I am having troubles getting it to use the 99990 item as the name in each case. CR is using the first record it finds in the group if the 99990 was not used or is non-existent.
I tried a subreport link but it ran too slow. I think my solution is something like an array but can't remember how to set it up. It went something like if X =1 then use ( {X},{name} ) where the name corresponding to item X would be used.
I have item numbers formatted as XXXX-XXXXX where the 1st 4 X's are used to group like items and the second 5 X's are used to subgroup by other means resulting in unique item numbers. In the later group of 5, the number 99990 is used as the group name but can also be used as an item number for transactions in certain circumstances that will generate data.. All groups use the same 99990 suffix for this purpose (in other words, a catch all item).
The summary report I am writing, needs to group on the first four X's only but use the group name XXXX-99990 for the name.
The report is built and working but I am having troubles getting it to use the 99990 item as the name in each case. CR is using the first record it finds in the group if the 99990 was not used or is non-existent.
I tried a subreport link but it ran too slow. I think my solution is something like an array but can't remember how to set it up. It went something like if X =1 then use ( {X},{name} ) where the name corresponding to item X would be used.