Good Afternoon,
I'm trying to create a pie chart that creates legends dymanically depending on the output of a formula. For instance, I have a report that has a list of body parts that may have been injured at a place of work. Each record for the body part contains the following:
1. code for the name of the part injured
2. description for the part injured
3. insurance claim number
4. amount of the claim
Keep in mind that there are about 50 body parts. I have separated the body parts into groups by description. I do not want all of these parts to show on the pie chart or within the legend. The only body parts injured I want on the chart are those that meet the following criteria:
sum({amount_of_claim},{body_part_description})/
sum({amount_of_claim}) * 100 > 5
In other words, I want the chart to show only the body parts whose grouped total claim amounts is 5 percent or more of all the claims in the report.
i.e if the total amount of claims for thefingers group is 32% of the total for All claims, it shows on the report. If the total amout of claims for the knee group is 4%, it does not show.
Please Help!!!!!!!!!!!!!!
Thanks
I'm trying to create a pie chart that creates legends dymanically depending on the output of a formula. For instance, I have a report that has a list of body parts that may have been injured at a place of work. Each record for the body part contains the following:
1. code for the name of the part injured
2. description for the part injured
3. insurance claim number
4. amount of the claim
Keep in mind that there are about 50 body parts. I have separated the body parts into groups by description. I do not want all of these parts to show on the pie chart or within the legend. The only body parts injured I want on the chart are those that meet the following criteria:
sum({amount_of_claim},{body_part_description})/
sum({amount_of_claim}) * 100 > 5
In other words, I want the chart to show only the body parts whose grouped total claim amounts is 5 percent or more of all the claims in the report.
i.e if the total amount of claims for thefingers group is 32% of the total for All claims, it shows on the report. If the total amout of claims for the knee group is 4%, it does not show.
Please Help!!!!!!!!!!!!!!
Thanks