Skip to Content
0
Former Member
Nov 15, 2012 at 12:23 AM

Shared Variable

65 Views

I have a report that's based on 3 groups and a subreport that has a shared variable as this.

Whileprintingrecords;

Shared Numbervar BudNS;

BudNS := {BudNS}

In my report I created an other formula

Whileprintingrecords;

Shared Numbervar BudNS

The reports are linked on customer parameter and the subreport is place is the customer group.

The problem I'm having is the main report picks the last record of the subreport and repeats it for each record.

Could someone please help.

Thanks