Add more documentation and/or videos on how to create a drill-down from a Pie Chart.
I'm trying to do a Pie Chart showing how the different areas of the company are using a license. The data is dynamically pulled from SQL/C# MVC. I need for the users to be able to click in the specific department and give them more information.
For example, in the pie chart may show an area is using 70% of the licenses. If the user clicks on that area of the pie chart, then a pop-up box will show the names of the people using the licenses, or some type of summary.
There are many examples online on how to do a "Data" drill-down report, but nothing on Pie Charts (or any other graph.)
Thanks,

1 comment
-
Luis commented
Sorry, I forgot to mention that I'm generating the report as a PDF. The documentation for AR 9 says you are allowed to create the drill-down as an interactive feature.