Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Supreport shared variable displaying one row below 1

Status
Not open for further replies.

Bunting

MIS
Mar 19, 2002
50
0
0
GB
Hi

My main report shows stock levels by 'client'; I have a group based upon 'client' and have inserted a summary in the group footer to show stock levels.

My subreport shows sales volumes by client and is inserted into the main report group footer and linked on 'client'

The values from the subreport display just fine in the main report.

However, when I create a shared variableto pass the values across to the main report the values are being displayed out of sync, i.e. one row below where I expect them.

Can anyone offer a solution to this?
 
You need to reference the shared variable in a section below the one in which the subreport is located, so if you sub is in GF_a, the shared variable should be referenced in GF_b. If you want it to align with GF_a fields, format GF_a to "Underlay following sections".

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top