It works! sweeeeet.....
the last step I needed was to link the subreport to the group City.
I hid the subreport the best I could, I sized it down to a pin sized dot, and formatted the border color to white.
I don't know if this is right, but if I try to put it in a suppressed area, or try to...
Using v8.5
I have a subreport. This report is grouped by City.
I need to share the total number of devices per group (city)
to my main report.
Here's what I have:
In my subreport:
@ShareCountOfDevicesPerCity
shared numbervar countdevice := Count ({table.Vendor}, {table.CITY})
In Main report...
the formula has no errors, but doesn't seem to do anything.
In sub
@ShareCountOfDevicesPerCity
WhilePrintingRecords; shared numbervar countdevice := Count ({table.Vendor}, {table.CITY})
In Main report:
@SharedDeviceCity
WhilePrintingRecords; shared numbervar countdevicemarket;
Hi
I have a subreport called vendors. this report is grouped by City.
I need to share the total number of devices per group (city)
to my main report.
Here's what I have:
In my subreport:
@ShareCountOfDevicesPerCity
shared numbervar countdevice := Count ({table.Vendor}, {table.CITY})
In Main...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.