I use Windows XP, CR 9.0
I have created a report which shows our top 10 agents by submissions. I have the report grouped by Agent Name. In the report footer I have a running total which counted the # of submissions for Bound or reinstated policies. My total is correct and it includes the top 10 agents but also includes the subs in Others. My boss wants another total which shows how many subs for only the top 10 agents. He wants to exclude "Others" in the total but he still wants to see Others on the report a long with the current total of all subs. I created a formula in the details section which is @top 10 and says if GroupName ({CR_AG.cagntname}) <> "Others" then 1 else 0. This puts a 1 beside each record which is not in Others. When I try to count where @top 10 =1 I get an error message. How can I exclude counting "Others"?
I have created a report which shows our top 10 agents by submissions. I have the report grouped by Agent Name. In the report footer I have a running total which counted the # of submissions for Bound or reinstated policies. My total is correct and it includes the top 10 agents but also includes the subs in Others. My boss wants another total which shows how many subs for only the top 10 agents. He wants to exclude "Others" in the total but he still wants to see Others on the report a long with the current total of all subs. I created a formula in the details section which is @top 10 and says if GroupName ({CR_AG.cagntname}) <> "Others" then 1 else 0. This puts a 1 beside each record which is not in Others. When I try to count where @top 10 =1 I get an error message. How can I exclude counting "Others"?