<?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 data in a bar graph for 3 weeks? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385993#M25278</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to display data person wise for 3 weeks in a bar chart. Please find the attached required dashboard image for a better understanding.&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/6544iE469705A5034AE64/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;H2&gt;My Query is:&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;index="os" sourcetype="Service"  CaseNumber=* status=*  assignment=* |dedup _time,CaseNumber,assignment |streamstats current=f last(assignment) as lg, last(active) as  Active by CaseNumber|lookup L1Team.csv SS as assigned_to OUTPUT TeamName| eval is_escalated= if(assignment!=lg AND assignment_group="Susta",1,NULL) |eval is_resolved=if(assignment="Susta" AND status="Complete" AND (isnull(Active) OR Active="true"),1,NULL) | stats count(is_escalated) AS "Escalated Cases" count(is_resolved) AS "Resolved Cases" by assigned_to,TeamName| fields - TeamName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do you make a dashboard in that way?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2019 16:01:51 GMT</pubDate>
    <dc:creator>udaypulipaka</dc:creator>
    <dc:date>2019-02-12T16:01:51Z</dc:date>
    <item>
      <title>How can I display data in a bar graph for 3 weeks?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385993#M25278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to display data person wise for 3 weeks in a bar chart. Please find the attached required dashboard image for a better understanding.&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/6544iE469705A5034AE64/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;H2&gt;My Query is:&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;index="os" sourcetype="Service"  CaseNumber=* status=*  assignment=* |dedup _time,CaseNumber,assignment |streamstats current=f last(assignment) as lg, last(active) as  Active by CaseNumber|lookup L1Team.csv SS as assigned_to OUTPUT TeamName| eval is_escalated= if(assignment!=lg AND assignment_group="Susta",1,NULL) |eval is_resolved=if(assignment="Susta" AND status="Complete" AND (isnull(Active) OR Active="true"),1,NULL) | stats count(is_escalated) AS "Escalated Cases" count(is_resolved) AS "Resolved Cases" by assigned_to,TeamName| fields - TeamName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do you make a dashboard in that way?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 16:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385993#M25278</guid>
      <dc:creator>udaypulipaka</dc:creator>
      <dc:date>2019-02-12T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display data in a bar graph for 3 weeks?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385994#M25279</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="os" sourcetype="Service" CaseNumber= status= assignment=* |dedup _time,CaseNumber,assignment |streamstats current=f last(assignment) as lg, last(active) as Active by CaseNumber|lookup L1Team.csv SS as assigned_to OUTPUT TeamName| eval is_escalated= if(assignment!=lg AND assignment_group="Susta",1,NULL) |eval is_resolved=if(assignment="Susta" AND status="Complete" AND (isnull(Active) OR Active="true"),1,NULL) | bin span=1w _time|stats count(is_escalated) AS "Escalated Cases" count(is_resolved) AS "Resolved Cases" by assigned_to,TeamName,_time| fields - TeamName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Feb 2019 17:05:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385994#M25279</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-02-12T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display data in a bar graph for 3 weeks?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385995#M25280</link>
      <description>&lt;P&gt;But it will display for 1 weak data right. I want to display data for 3 weaks like I send in image.i want dashboard should display like that in image.how can create that dashboard like that&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 18:07:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385995#M25280</guid>
      <dc:creator>udaypulipaka</dc:creator>
      <dc:date>2019-02-12T18:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display data in a bar graph for 3 weeks?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385996#M25281</link>
      <description>&lt;P&gt;you need to use your earliest time as -3w and latest time as now,it will give you each weeks data for that time span.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 18:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385996#M25281</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-02-12T18:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display data in a bar graph for 3 weeks?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385997#M25282</link>
      <description>&lt;P&gt;index="os" sourcetype="Service" CaseNumber= status= assignment=* |dedup _time,CaseNumber,assignment |streamstats current=f last(assignment) as lg, last(active) as Active by CaseNumber|lookup L1Team.csv SS as assigned_to OUTPUT TeamName| eval is_escalated= if(assignment!=lg AND assignment_group="Susta",1,NULL) |eval is_resolved=if(assignment="Susta" AND status="Complete" AND (isnull(Active) OR Active="true"),1,NULL) | bin span=1w _time|stats count(is_escalated) AS "Escalated Cases" count(is_resolved) AS "Resolved Cases" by assigned_to,TeamName,_time| fields - TeamName&lt;/P&gt;

&lt;P&gt;I need to create timechart for this.When i give timechart for this query it is not displaying correctly.Please help how to for this with timechart&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:13:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385997#M25282</guid>
      <dc:creator>udaypulipaka</dc:creator>
      <dc:date>2020-09-29T23:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display data in a bar graph for 3 weeks?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385998#M25283</link>
      <description>&lt;P&gt;Please help how to create a dashboard like above mentioned in image.I want to display the dashboard like this with the query.But iam getting like this&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/6543i9E9AF72CE7FD35D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 09:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-data-in-a-bar-graph-for-3-weeks/m-p/385998#M25283</guid>
      <dc:creator>udaypulipaka</dc:creator>
      <dc:date>2019-02-15T09:39:27Z</dc:date>
    </item>
  </channel>
</rss>

