I'm working on a report that returns sales information grouped by item. The detail information contains quantities, selling price, extended price, etc.
I have a subreport in the group footer that looks for a certain discount level for the item. I want to return this cost back to the main report and then multply the sum of the item quantities with the cost determined by the sub-report.
My variable is shared and I am returning a value in to the main report. However, when I create a formula in the main report that uses the variable the value for the variable is what was determined for the prior group.
In other words the cost from group A is being passed to Group B.
Any ideas on why my variable is not passing correctly would be appreciated.
I have a subreport in the group footer that looks for a certain discount level for the item. I want to return this cost back to the main report and then multply the sum of the item quantities with the cost determined by the sub-report.
My variable is shared and I am returning a value in to the main report. However, when I create a formula in the main report that uses the variable the value for the variable is what was determined for the prior group.
In other words the cost from group A is being passed to Group B.
Any ideas on why my variable is not passing correctly would be appreciated.