I am using CR 10 linked to MS Access via ODBC
I have been looking at this for so long I no longer have any idea what I am doing. I have three tables in a database - The first is a list of visited properties. The other two are linked and contain lists of streets (date visited/street name/area) linked to a list of all house numbers/names participating
I need a report to show all those visited, and the percentage now participating (we only visited those not participating but many people were involved already). My first stage report worked fine - linking on area and using a count of address I have numbers visted in each area and total participating. It looks like this:
I have a main report which looks at all visited customers:
GH1 - Area
Details - suppressed list of address details
GF1 - includes a count of number properties visited by Area
A subreport - also in GF1, shows any customer participating
SbRpt GH1 - Area
Details - suppressed address details
GF 1 - includes a count of properties participating by Area
In understand how to create a shared variable to get this figure onto my main report and perform the calculation but I cannot get the figure to display anything but 0 or 1. Obviously I need to link on address so I can match those now participating to those we visited, and only show the subbset I require.
But when I add this link to the subreport I get null if the subreport is in the RH and the 1 last matched record if it is in the group footer. I only get the correct matches if I put the subreport in the detail - then I get the list of all visited properties - with the occasional one showing a subreport entry - but I only want the summary and the group total on the subreport has reset to 1 all the way through.
I hope this is reasonably clear as I am obviously doing something fairly major wrong and I'm sure it should be obvious. I'll kick myself heartily when someone explains but any help gratefully received.
Cheers
CB
I have been looking at this for so long I no longer have any idea what I am doing. I have three tables in a database - The first is a list of visited properties. The other two are linked and contain lists of streets (date visited/street name/area) linked to a list of all house numbers/names participating
I need a report to show all those visited, and the percentage now participating (we only visited those not participating but many people were involved already). My first stage report worked fine - linking on area and using a count of address I have numbers visted in each area and total participating. It looks like this:
I have a main report which looks at all visited customers:
GH1 - Area
Details - suppressed list of address details
GF1 - includes a count of number properties visited by Area
A subreport - also in GF1, shows any customer participating
SbRpt GH1 - Area
Details - suppressed address details
GF 1 - includes a count of properties participating by Area
In understand how to create a shared variable to get this figure onto my main report and perform the calculation but I cannot get the figure to display anything but 0 or 1. Obviously I need to link on address so I can match those now participating to those we visited, and only show the subbset I require.
But when I add this link to the subreport I get null if the subreport is in the RH and the 1 last matched record if it is in the group footer. I only get the correct matches if I put the subreport in the detail - then I get the list of all visited properties - with the occasional one showing a subreport entry - but I only want the summary and the group total on the subreport has reset to 1 all the way through.
I hope this is reasonably clear as I am obviously doing something fairly major wrong and I'm sure it should be obvious. I'll kick myself heartily when someone explains but any help gratefully received.
Cheers
CB