I have a sub report that pulls revenue by event id, works fine.
I bring the sub report into the main report link it by event id and all works fine.
I share the numbervar so I can use this total in another calculation and here is where my problem occurs. if the total on the subreport is 0.00 then on the main report it picks up the total from the event above the 0.00 event.
For example:
event 1 = 200.00 - Correct
event 2 = 100.00 - Correct
event 3 should be 0.00 but is pulling in the 100.00 - Incorrect
event 4 = 300.00 - correct
Any thoughts would be greatly appreciated.
I bring the sub report into the main report link it by event id and all works fine.
I share the numbervar so I can use this total in another calculation and here is where my problem occurs. if the total on the subreport is 0.00 then on the main report it picks up the total from the event above the 0.00 event.
For example:
event 1 = 200.00 - Correct
event 2 = 100.00 - Correct
event 3 should be 0.00 but is pulling in the 100.00 - Incorrect
event 4 = 300.00 - correct
Any thoughts would be greatly appreciated.