I can not get this work , any idea where I am going wrong here?
I am wanting to return a subreport sum and add it to a main report sum.
in the subreport I have this in it's own formula
Shared numbervar Batch :=Sum ({Tkbatch.Qty}, {Tkbatch.Qty})
this is in the main report in it's own formaula
Shared numbervar Batch
the subreport ( when previewed displays the value ) when I preview the main I get a 0 value for the subreport value.
Any ideas where this is going wrong?
Thanks ,
john
I am wanting to return a subreport sum and add it to a main report sum.
in the subreport I have this in it's own formula
Shared numbervar Batch :=Sum ({Tkbatch.Qty}, {Tkbatch.Qty})
this is in the main report in it's own formaula
Shared numbervar Batch
the subreport ( when previewed displays the value ) when I preview the main I get a 0 value for the subreport value.
Any ideas where this is going wrong?
Thanks ,
john