I have created a chart that shows the number of tickets opened by an individual for a period of time. I have created a hierarchy from the individual to include the ticket no., and used this hierarchy in my chart.
What I want to be able to do is drill down into my chart, and see a table listing the ticket numbers, and ideally the status of each ticket (status is a known field).
My chart looks like this;
The vertical axis is ticket count. When I drill down on a column I want to be able to list the tickets and their status in a table like ths;
12345 Open
13247 Closed
13299 Closed
Can you do this kind of drill down from one view to another?