<?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 How can I display the Y-axis in bar chart when its dependent on multiple values in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-Y-axis-in-bar-chart-when-its-dependent-on/m-p/648142#M53032</link>
    <description>&lt;P&gt;I have data like this-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sss_0-1687687835074.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25999i4346DFB2977EF326/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sss_0-1687687835074.png" alt="Sss_0-1687687835074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to represent this in bar chart-where x-axis(month) and y-axis(Total_value),&lt;/P&gt;&lt;P&gt;total_value is calculated as (Category_no/Total_no)*100 for each month&lt;/P&gt;&lt;P&gt;I have to represent this in bar chart,the problem is like i have more than one value for each month based on category_name-is there any way how I can combine these values of TOTAL_VALUE and show that under its respective Month&lt;/P&gt;&lt;P&gt;say for example-incase of JAN month-I need to get something like-((41+90)/(41+594))*100=Total_value&lt;/P&gt;&lt;P&gt;(This total value has to be shown under JAN month).&lt;/P&gt;&lt;P&gt;is there any way to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 25 Jun 2023 10:17:30 GMT</pubDate>
    <dc:creator>Sss</dc:creator>
    <dc:date>2023-06-25T10:17:30Z</dc:date>
    <item>
      <title>How can I display the Y-axis in bar chart when its dependent on multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-Y-axis-in-bar-chart-when-its-dependent-on/m-p/648142#M53032</link>
      <description>&lt;P&gt;I have data like this-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sss_0-1687687835074.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25999i4346DFB2977EF326/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sss_0-1687687835074.png" alt="Sss_0-1687687835074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to represent this in bar chart-where x-axis(month) and y-axis(Total_value),&lt;/P&gt;&lt;P&gt;total_value is calculated as (Category_no/Total_no)*100 for each month&lt;/P&gt;&lt;P&gt;I have to represent this in bar chart,the problem is like i have more than one value for each month based on category_name-is there any way how I can combine these values of TOTAL_VALUE and show that under its respective Month&lt;/P&gt;&lt;P&gt;say for example-incase of JAN month-I need to get something like-((41+90)/(41+594))*100=Total_value&lt;/P&gt;&lt;P&gt;(This total value has to be shown under JAN month).&lt;/P&gt;&lt;P&gt;is there any way to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2023 10:17:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-Y-axis-in-bar-chart-when-its-dependent-on/m-p/648142#M53032</guid>
      <dc:creator>Sss</dc:creator>
      <dc:date>2023-06-25T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the Y-axis in bar chart when its dependent on multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-Y-axis-in-bar-chart-when-its-dependent-on/m-p/648149#M53033</link>
      <description>&lt;P&gt;You can use the "stats" command to aggregate your data. For example:&lt;/P&gt;&lt;PRE&gt;&amp;lt;your_search&amp;gt;&lt;BR /&gt;| stats sum(CATEGORY_NO) as CATEGORY_NO sum(TOTAL_NO) as TOTAL_NO by MON&lt;BR /&gt;| eval TOTAL_VALUE=CATEGORY_NO/TOTAL_NO&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Jun 2023 19:14:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-the-Y-axis-in-bar-chart-when-its-dependent-on/m-p/648149#M53033</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-25T19:14:05Z</dc:date>
    </item>
  </channel>
</rss>

