bradlee27514
IS-IT--Management
I am attempting something that I think should be rather simple. I think I can do it inside the report but perhaps I need to do something in my SQL command. Any help is appreciated.
My command is pretty simple:
select
gl00100.actindx,
gl00100.actnumbr_1,
gl00100.actdescr,
gl10110.actindx,
gl10110.year1,
gl10110.periodid,
gl10110.perdblnc,
gl10110.crdtamnt,
gl10110.debitamt
from
gl00100
left join
gl10110
on
gl00100.actindx=gl10110.actindx
I initially thought I just needed to display all this data in the details section. However, I actually need to pull some values and enter them in the Report Header (Page Header would be acceptable as well). I can't seem to figure out how to do this.
Basically in the header I want to say show me 'gl10110.perdblnc where gl10110.actindx=35'
I can get this in the footer by using a running total (with a formula saying actinx has to =35), but I need it in the header.
Any Ideas?
cheers,
brad
My command is pretty simple:
select
gl00100.actindx,
gl00100.actnumbr_1,
gl00100.actdescr,
gl10110.actindx,
gl10110.year1,
gl10110.periodid,
gl10110.perdblnc,
gl10110.crdtamnt,
gl10110.debitamt
from
gl00100
left join
gl10110
on
gl00100.actindx=gl10110.actindx
I initially thought I just needed to display all this data in the details section. However, I actually need to pull some values and enter them in the Report Header (Page Header would be acceptable as well). I can't seem to figure out how to do this.
Basically in the header I want to say show me 'gl10110.perdblnc where gl10110.actindx=35'
I can get this in the footer by using a running total (with a formula saying actinx has to =35), but I need it in the header.
Any Ideas?
cheers,
brad