Hi All,
Could you help me on creating a drilldown table that will list all the ticket number based on the value of the resolution profile in another table.
Please see below my search query.
serach query...| stats count by u_resolution_profiles | sort -count | rename count as "Number" u_resolution_profiles as "Resolution Profile"
Table view that is from my stats command:
Resolution Profile | Number
User Maintenance | 100
Thanks in advance
↧