<?xml version="1.0" encoding="UTF-8"?>
<dashboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <layout>DashboardLayoutTwoCols</layout>
  <title/>
  <cells xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <cell id="0">
      <rank>0</rank>
      <dashlets>
        <dashlet id="CustomerTrendsPie" xsi:type="DashletGroupByPie">
          <rank>0</rank>
          <title>Customer Incidents In Last Month By Category</title>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 1 MONTH) &lt; start_date AND description NOT LIKE '%out of bounds%' AND org_id_friendlyname != 'Inventor-e'</query>
          <group_by>servicesubcategory_name</group_by>
          <style>pie</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>attribute</order_by>
          <order_direction>desc</order_direction>
        </dashlet>
      </dashlets>
    </cell>
    <cell id="1">
      <rank>1</rank>
      <dashlets>
        <dashlet id="InventoreTrendsPie" xsi:type="DashletGroupByPie">
          <rank>0</rank>
          <title>Inventor-e Incidents In Last Month By Category</title>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 1 MONTH) &lt; start_date AND description NOT LIKE '%out of bounds%' AND org_id_friendlyname = 'Inventor-e'</query>
          <group_by>servicesubcategory_name</group_by>
          <style>pie</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>attribute</order_by>
          <order_direction>desc</order_direction>
        </dashlet>
      </dashlets>
    </cell>
    <cell id="2">
      <rank>2</rank>
      <dashlets>
        <dashlet id="CustomerTrendsTable" xsi:type="DashletGroupByTable">
          <rank>0</rank>
          <title/>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 1 MONTH) &lt; start_date AND description NOT LIKE '%out of bounds%' AND org_id_friendlyname != 'Inventor-e'</query>
          <group_by>servicesubcategory_id</group_by>
          <style>table</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>function</order_by>
          <order_direction>desc</order_direction>
        </dashlet>
      </dashlets>
    </cell>
    <cell id="3">
      <rank>3</rank>
      <dashlets>
        <dashlet id="InventoreTrendsTable" xsi:type="DashletGroupByTable">
          <rank>0</rank>
          <title/>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 1 MONTH) &lt; start_date AND description NOT LIKE '%out of bounds%' AND org_id_friendlyname = 'Inventor-e'</query>
          <group_by>servicesubcategory_name</group_by>
          <style>table</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>attribute</order_by>
          <order_direction>desc</order_direction>
        </dashlet>
      </dashlets>
    </cell>
    <cell id="4">
      <rank>4</rank>
      <dashlets>
        <dashlet id="CustomerTrendsBar" xsi:type="DashletGroupByBars">
          <rank>0</rank>
          <title>Incidents In Last Month By Customer</title>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 1 MONTH) &lt; start_date AND description NOT LIKE '%out of bounds%' AND org_id_friendlyname != 'Inventor-e'</query>
          <group_by>org_name</group_by>
          <style>bars</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>function</order_by>
          <order_direction>desc</order_direction>
        </dashlet>
      </dashlets>
    </cell>
    <cell id="5">
      <rank>5</rank>
      <dashlets>
        <dashlet id="InventoreTrendsTitleBars" xsi:type="DashletGroupByBars">
          <rank>0</rank>
          <title>Inventor-e Incidents In Last Month By Title</title>
          <query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 1 MONTH) &lt; start_date AND description NOT LIKE '%out of bounds%' AND org_id_friendlyname = 'Inventor-e'</query>
          <group_by>title</group_by>
          <style>bars</style>
          <aggregation_function>count</aggregation_function>
          <aggregation_attribute/>
          <limit/>
          <order_by>function</order_by>
          <order_direction>desc</order_direction>
        </dashlet>
      </dashlets>
    </cell>
    <cell id="6">
      <rank>6</rank>
      <dashlets>
        <dashlet id="0" xsi:type="DashletEmptyCell">
          <rank>0</rank>
        </dashlet>
      </dashlets>
    </cell>
    <cell id="7">
      <rank>7</rank>
      <dashlets>
        <dashlet id="0" xsi:type="DashletEmptyCell">
          <rank>0</rank>
        </dashlet>
      </dashlets>
    </cell>
  </cells>
</dashboard>
