<?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 Re: How to make a bar graph with multiple bars for a category in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/661307#M228315</link>
    <description>&lt;P&gt;When one of the month data is not available in one of the name.. i am seeing empty space in between bars.. is there any way we can avoid that space&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 07:12:46 GMT</pubDate>
    <dc:creator>LakshmiPrasanna</dc:creator>
    <dc:date>2023-10-19T07:12:46Z</dc:date>
    <item>
      <title>How to make a bar graph with multiple bars for a category</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344787#M102142</link>
      <description>&lt;P&gt;I have a .csv file that graphs the number of sales for three different businesses per month. has the columns, (Name, Month, Amount) with each row containing a business, a month, and how much they sold in that month. For example (Walmart, Jan, 210231024). I would like to make a bar graph which has each business on the X-axis and transaction amounts on the Y-axis. Then for each business on the X-axis, have a bar for each month. In my specific case, there are only 3 months to worry about (Jan, Feb, March). Can anyone help me make a query for this? &lt;/P&gt;

&lt;P&gt;I'm new to Splunk and have to put together a demo quickly, so I'd appreciate the help.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344787#M102142</guid>
      <dc:creator>sakeebhossain</dc:creator>
      <dc:date>2017-04-24T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a bar graph with multiple bars for a category</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344788#M102143</link>
      <description>&lt;P&gt;Hi sakeebhossain,&lt;BR /&gt;
try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search
| chart sum(Amount) over Name by Month
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344788#M102143</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-04-24T15:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a bar graph with multiple bars for a category</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344789#M102144</link>
      <description>&lt;P&gt;Excellent, thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344789#M102144</guid>
      <dc:creator>sakeebhossain</dc:creator>
      <dc:date>2017-04-24T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a bar graph with multiple bars for a category</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344790#M102145</link>
      <description>&lt;P&gt;Hello there, &lt;BR /&gt;
i created a small csv file and uploaded to splunk.&lt;BR /&gt;
here are the results:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2821i6B8109DA88C608F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:35:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/344790#M102145</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-24T15:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a bar graph with multiple bars for a category</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/661307#M228315</link>
      <description>&lt;P&gt;When one of the month data is not available in one of the name.. i am seeing empty space in between bars.. is there any way we can avoid that space&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-bar-graph-with-multiple-bars-for-a-category/m-p/661307#M228315</guid>
      <dc:creator>LakshmiPrasanna</dc:creator>
      <dc:date>2023-10-19T07:12:46Z</dc:date>
    </item>
  </channel>
</rss>

