H
hughess7
Hi all,
I have a report based on a crosstab query. I want to obtain the count of
'unique' specialists and then use this in further calculations on the report.
I have obtained the count of each specialists by putting =1 in an unbound
control (SpecCount) in the Specialist header, setting running sum to Over
Group and =SpecCount in a control (TotalSpecCount) in the footer.
If I then try to use TotalSpecCount in a calculation in another unbound
control SpecCount only ever has the value 1 in it therefore it stops working?
Does anyone know how I can do this so I can use the total number of
Specialists per Country (group) in calculations.
Thanks in advance for any help.
Sue
I have a report based on a crosstab query. I want to obtain the count of
'unique' specialists and then use this in further calculations on the report.
I have obtained the count of each specialists by putting =1 in an unbound
control (SpecCount) in the Specialist header, setting running sum to Over
Group and =SpecCount in a control (TotalSpecCount) in the footer.
If I then try to use TotalSpecCount in a calculation in another unbound
control SpecCount only ever has the value 1 in it therefore it stops working?
Does anyone know how I can do this so I can use the total number of
Specialists per Country (group) in calculations.
Thanks in advance for any help.
Sue