I have an Incidents table with 3 fields: Incident ID, System Name, Functional Area Name.
I need to make a chart that shows the TOPN systems with the highest number of incidents (Counter must be done by the ID field).
In addition, I would like to make a Dynamic Filter. I created a TopNOptions table with the values 3,5,10,15 and 20. I would like to insert in canvas a TOPNOptions filter and a TOPN BAR Graph X System (The Graph show the number of Systems selected in TOPNOPTION FILTER). Somebody can help me?