msanders67
Technical User
I've created a report that pulls in a numeric field and have created a subreport to pull in another. I have shared the variable from the subreport (which is linked to the main report). The value of the shared variable is showing up one record after it should.
Example:
curr_yr_mtd pyr_mtd shared_pyr_mtd
10,000.00 15,000.00 .00
8,000.00 17,000.00 15,000.00
18,000.00 10,000.00 17,000.00
The pyr_mtd and shared_pyr_mtd fields should be equal. I am printing the shared variable on the subreport and is in fact what is showing up as the pyr_mtd, but when I try to use it in a calculation, it's apparent that it's off by one detail record.
Any ideas how I can get the data in line?
TIA,
Margo
Example:
curr_yr_mtd pyr_mtd shared_pyr_mtd
10,000.00 15,000.00 .00
8,000.00 17,000.00 15,000.00
18,000.00 10,000.00 17,000.00
The pyr_mtd and shared_pyr_mtd fields should be equal. I am printing the shared variable on the subreport and is in fact what is showing up as the pyr_mtd, but when I try to use it in a calculation, it's apparent that it's off by one detail record.
Any ideas how I can get the data in line?
TIA,
Margo