<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pie chart from multiple queries in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-from-multiple-queries/m-p/419453#M27639</link>
    <description>&lt;P&gt;I want to create a pie chart for a dashboard, but I would like each piece of the pie to be the results from separate queries. How do I achieve that?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 19:46:22 GMT</pubDate>
    <dc:creator>shreyad</dc:creator>
    <dc:date>2018-07-03T19:46:22Z</dc:date>
    <item>
      <title>Pie chart from multiple queries</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-from-multiple-queries/m-p/419453#M27639</link>
      <description>&lt;P&gt;I want to create a pie chart for a dashboard, but I would like each piece of the pie to be the results from separate queries. How do I achieve that?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 19:46:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-from-multiple-queries/m-p/419453#M27639</guid>
      <dc:creator>shreyad</dc:creator>
      <dc:date>2018-07-03T19:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart from multiple queries</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-from-multiple-queries/m-p/419454#M27640</link>
      <description>&lt;P&gt;How do your individual queries look like? You can combine all your individual queries into one search and then run statistics on the result set to generate a piechart&lt;/P&gt;

&lt;P&gt;Eg:&lt;BR /&gt;
&lt;PRE&gt;  mysearch1 |table field1 count | append [mysearch2 |table field1 count ] | append [mysearch3 |table field1 count] | stats sum(count) by field1&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 19:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-from-multiple-queries/m-p/419454#M27640</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2018-07-03T19:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart from multiple queries</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-from-multiple-queries/m-p/419455#M27641</link>
      <description>&lt;P&gt;Hi @shreyad&lt;/P&gt;

&lt;P&gt;I believe whole Pie is considered as 100% in which each value takes some percentage by calculating its quantity on the whole.&lt;BR /&gt;
bringing pieces from individual queries should not be the case.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 20:37:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-from-multiple-queries/m-p/419455#M27641</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-07-03T20:37:52Z</dc:date>
    </item>
  </channel>
</rss>

