What would cause this from happening.
I have a main report which I have three subreport inside the main, linking up without any issue. Inside each of the subreports I have numbers being passed down to a shared numbervar. Then on my main report I have a formula getting those numbervar from my subreports and when they are display it putting the values down to the next line.
for an example
Part Received Production Made Scrap @ReceivedQty @PartsMade @Scrap
Part A 200 150 3 0 0 0
Part B 1000 850 10 200 150 3
Part C 400 300 1 1000 850 10
I am using WhilePrintingRecords in both my main formula and my subreports formula.
Is there anything I can change to get the rows to line up with the proper data?
Thank you,
Gerald