<?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: Show Splunk field based on count of another field on a bar chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609014#M49935</link>
    <description>&lt;P&gt;You are correct actually &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I didn't articulate my issue exactly.&lt;BR /&gt;&lt;BR /&gt;I have the following query:&lt;BR /&gt;| inputlookup Migration-Status-All.csv&lt;BR /&gt;| search Vendor = "McAfee"&lt;BR /&gt;| eval Migration_Status=case(like('Planned Migration Completion Iteration', "Decom by%"), "Done", 'Planned Migration Completion Iteration'=="In progress", "In progress", 1==1, "Not Started")&lt;BR /&gt;| table Location, Migration_Status, "Planned Migration Completion Iteration"&lt;BR /&gt;| streamstats count as Number_of_Devices by Location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660137706168.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20977i0714F88D78D8F77A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660137706168.png" alt="POR160893_0-1660137706168.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As you can, there are multiple entries for the same Location .... I need the sum(Number_Of_Devices) by Location and have that sum to be placed under "Number_of_Devices".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is this possible?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 13:21:59 GMT</pubDate>
    <dc:creator>POR160893</dc:creator>
    <dc:date>2022-08-10T13:21:59Z</dc:date>
    <item>
      <title>How to show Splunk field based on count of another field on a bar chart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608969#M49929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a table of data which I need to display the count of "Migration Stratus" in a bar chart.&lt;BR /&gt;&lt;BR /&gt;Here is the raw data:&lt;/P&gt;
&lt;TABLE width="454"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="140"&gt;Location&lt;/TD&gt;
&lt;TD width="119"&gt;Number of Devices&lt;/TD&gt;
&lt;TD width="104"&gt;Migration Status&lt;/TD&gt;
&lt;TD width="91"&gt;When Planned&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Bangalore, India&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Cork, IRE&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Eldorado Du Sol, Brazil&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Hopkinton, USA&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Otemachi, Japan&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Cyberjaya, Malaysia&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Limerick, IRE&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Austin, USA&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Penang, Malaysia&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Durham, USA&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Singapore, Singapore&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Santa Clara, USA&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Sydney, Australia&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;In Progress&lt;/TD&gt;
&lt;TD&gt;FY23 Q2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Xiamen, China&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;Not Started&lt;/TD&gt;
&lt;TD&gt;Not Known&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Here is my current output, where when I hoover over "In Progress" it shows 1 and over "Not Started", shows 13:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660124699563.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20968i7B0C2F1EDE29F169/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660124699563.png" alt="POR160893_0-1660124699563.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;At the moment, my query is just counting the number of rows for a particular value in "Migration Status" and this value is what is seen when hoovering over each bar on bar chart:&lt;/P&gt;
&lt;P&gt;| inputlookup Migration-Status-Symantec3.csv&lt;BR /&gt;| fillnull value=null&lt;BR /&gt;| eval dummy = 'Migration Status'&lt;BR /&gt;| chart count over "Migration Status" by dummy&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;What I need is the SUMMATION of "Number of Devices" for a&amp;nbsp;particular value in "Migration Status".&lt;BR /&gt;&lt;BR /&gt;How can this be achieved????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks as always &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608969#M49929</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608971#M49930</link>
      <description>&lt;LI-CODE lang="markup"&gt;| chart sum('Number of Devices') over "Migration Status" by dummy&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Aug 2022 09:53:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608971#M49930</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608982#M49931</link>
      <description>&lt;P&gt;I tried this but seems it is not picking up the dummy variable:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660128009550.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20970i60C31F1C6711FE22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660128009550.png" alt="POR160893_0-1660128009550.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;What you think?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 10:40:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608982#M49931</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T10:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608983#M49932</link>
      <description>&lt;P&gt;Looks like you might not need the quotes in the sum function&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| chart sum(Number of Devices) over "Migration Status" by dummy&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Aug 2022 10:51:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/608983#M49932</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T10:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609003#M49933</link>
      <description>&lt;P&gt;Similarly,&lt;/P&gt;&lt;P&gt;For the same dashboard but different data source, the data is as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660135516238.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20975i84CD1229CD5D6AFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660135516238.png" alt="POR160893_0-1660135516238.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I need to find total number for each category in "Migration Comments" but the same query is not working?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1660135556438.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20976i69D2BC37EE91F654/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1660135556438.png" alt="POR160893_1-1660135556438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What may be the issue?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for help so far btw!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 12:46:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609003#M49933</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T12:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609005#M49934</link>
      <description>&lt;P&gt;You are trying sum strings - I wouldn't have thought that that was what you wanted to do?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:07:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609005#M49934</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T13:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609014#M49935</link>
      <description>&lt;P&gt;You are correct actually &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I didn't articulate my issue exactly.&lt;BR /&gt;&lt;BR /&gt;I have the following query:&lt;BR /&gt;| inputlookup Migration-Status-All.csv&lt;BR /&gt;| search Vendor = "McAfee"&lt;BR /&gt;| eval Migration_Status=case(like('Planned Migration Completion Iteration', "Decom by%"), "Done", 'Planned Migration Completion Iteration'=="In progress", "In progress", 1==1, "Not Started")&lt;BR /&gt;| table Location, Migration_Status, "Planned Migration Completion Iteration"&lt;BR /&gt;| streamstats count as Number_of_Devices by Location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660137706168.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20977i0714F88D78D8F77A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660137706168.png" alt="POR160893_0-1660137706168.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As you can, there are multiple entries for the same Location .... I need the sum(Number_Of_Devices) by Location and have that sum to be placed under "Number_of_Devices".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:21:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609014#M49935</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T13:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609019#M49937</link>
      <description>&lt;P&gt;I am not sure why you are using streamstats&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count as Number_of_Devices by Location&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609019#M49937</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T13:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609024#M49938</link>
      <description>&lt;P&gt;The only reason I used the streamstats command is I need the following 4 columns:&lt;BR /&gt;"Location", ""Migration Status", "Planned Migration Completion Iteration", "Number of Devices".&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660139710487.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20981i80C813A5D9C7CA02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660139710487.png" alt="POR160893_0-1660139710487.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;But there is no count of devices per location.&lt;BR /&gt;When I run your query, I get this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1660139605951.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20980iF67F1C99DEC17D79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1660139605951.png" alt="POR160893_1-1660139605951.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;So, there are missing columns .....&lt;BR /&gt;Not sure why&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:55:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609024#M49938</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T13:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609026#M49939</link>
      <description>&lt;P&gt;Try eventstats if you want to keep the other fields&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eventstats count as Number_of_Devices by Location&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609026#M49939</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T14:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609028#M49940</link>
      <description>&lt;P&gt;Still no luck ....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660141092832.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20982iB8C969E277B880CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660141092832.png" alt="POR160893_0-1660141092832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609028#M49940</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T14:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609031#M49941</link>
      <description>&lt;P&gt;What would you like these results to look like?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609031#M49941</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T14:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609035#M49942</link>
      <description>&lt;P&gt;I need the results to look like the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1660141989760.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20984i7A694389F44D239A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1660141989760.png" alt="POR160893_1-1660141989760.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:33:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609035#M49942</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T14:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609036#M49943</link>
      <description>&lt;P&gt;Isn't that what you already had with your streamstats solution?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609036#M49943</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609046#M49946</link>
      <description>&lt;P&gt;No, streamstats gave me individual rows for the same country .... should be 1 entry p2r location:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660148207097.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20987i43E11DDC52622508/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660148207097.png" alt="POR160893_0-1660148207097.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In above screenshot, should be 1 entry got "Bratislava" with "Number of Devices" = 2&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 16:17:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609046#M49946</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609047#M49947</link>
      <description>&lt;P&gt;Those are two different locations, one is in S&lt;STRONG&gt;l&lt;/STRONG&gt;ovakia, the other is in S&lt;STRONG&gt;L&lt;/STRONG&gt;ovakia&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 16:21:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609047#M49947</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T16:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609062#M49948</link>
      <description>&lt;P&gt;Changing how "Slovakia" was spelled sadly didn't make any difference:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1660153723978.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20989i12D965854E73746C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1660153723978.png" alt="POR160893_0-1660153723978.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;All I need is a count(device) by Country&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_rolling_eyes:"&gt;🙄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 17:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609062#M49948</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T17:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609077#M49950</link>
      <description>&lt;P&gt;Well it did make a difference - the count now has 1 and 2&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 20:26:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609077#M49950</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609078#M49951</link>
      <description>&lt;P&gt;Hahaha touche Sir ... sadly, it is not the change I need &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;I need a single row entry per location with the total number of devices for that given location ....&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 20:32:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609078#M49951</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-08-10T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show Splunk field based on count of another field on a bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609079#M49952</link>
      <description>&lt;LI-CODE lang="markup"&gt;| stats count as "Number of Devices" values(Migration Status) as "Migration Status" values(Planned Migration Completion Iteration) as "Planned Migration Completion Iteration" by Location&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Aug 2022 20:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-Splunk-field-based-on-count-of-another-field-on-a/m-p/609079#M49952</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-10T20:38:32Z</dc:date>
    </item>
  </channel>
</rss>

