I'm using Crystal Reports 8.5 and have had some difficulty debugging why drill down information is different than the group info. I now see what happens, but don't see how to fix it.
While reading records I build an array that sums the amount of inventory in stock for each item. While printing, I allocate material to shop orders and decrement the quantity in the array. If the quantity is less than required on the shop order the shop order is flagged as not fillable.
I have discovered that if I show the detail information everything works as expected. However, if I hide the section and drill down the array is rebuilt. It seems that the WhileReadingRecords functions are done again when drill down is performed. How can I work around this?
While reading records I build an array that sums the amount of inventory in stock for each item. While printing, I allocate material to shop orders and decrement the quantity in the array. If the quantity is less than required on the shop order the shop order is flagged as not fillable.
I have discovered that if I show the detail information everything works as expected. However, if I hide the section and drill down the array is rebuilt. It seems that the WhileReadingRecords functions are done again when drill down is performed. How can I work around this?