Algernon83
Programmer
I'm trying to make a variant of the where-used report from the Bill of Materials module using Crystal Reports.
According to the technical reference, there should be a "sort file" named BMW_CompWhereUsedSortFile, which is indexed on the ComponentItemCode. However, this doesn't appear in the table listing in Crystal Reports. So, I have to use BM2_BillMaterialsDetail. This table does show me where each component is used -- but since it's not indexed on ComponentItemCode, it takes over a minute for each item, and my report has over 300 items, and I have to generate it overnight.
There must be a quick way to generate this report. MAS 200 generates a where-used report in less than a second. How can I make a Crystal Report that shows me where a component is used, and generates quickly?
According to the technical reference, there should be a "sort file" named BMW_CompWhereUsedSortFile, which is indexed on the ComponentItemCode. However, this doesn't appear in the table listing in Crystal Reports. So, I have to use BM2_BillMaterialsDetail. This table does show me where each component is used -- but since it's not indexed on ComponentItemCode, it takes over a minute for each item, and my report has over 300 items, and I have to generate it overnight.
There must be a quick way to generate this report. MAS 200 generates a where-used report in less than a second. How can I make a Crystal Report that shows me where a component is used, and generates quickly?