<?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: compare two weeks data by using timechart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431831#M41260</link>
    <description>&lt;P&gt;I can select time range only either first week or second week but not combinely both. I want the results for 1st week and 2nd week in two different rows&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 09:46:08 GMT</pubDate>
    <dc:creator>Allampally</dc:creator>
    <dc:date>2018-07-11T09:46:08Z</dc:date>
    <item>
      <title>compare two weeks data by using timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431829#M41258</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I want to compare two weeks data by keeping week1 count in row1 and week2 count in row2.&lt;BR /&gt;
Eg. &lt;CODE&gt;index=*  vip="abc.com:9001" | timechart span=1w count by user&lt;/CODE&gt;&lt;BR /&gt;
My desired output should be&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**_time             user1            user2             user3**   
**07/11/2018           10               20                30
  07/18/2018           50               60                70**
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Jul 2018 07:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431829#M41258</guid>
      <dc:creator>Allampally</dc:creator>
      <dc:date>2018-07-11T07:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: compare two weeks data by using timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431830#M41259</link>
      <description>&lt;P&gt;If you select the right time range, your query should work. Is it not giving you the correct output?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 08:00:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431830#M41259</guid>
      <dc:creator>janispelss</dc:creator>
      <dc:date>2018-07-11T08:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: compare two weeks data by using timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431831#M41260</link>
      <description>&lt;P&gt;I can select time range only either first week or second week but not combinely both. I want the results for 1st week and 2nd week in two different rows&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431831#M41260</guid>
      <dc:creator>Allampally</dc:creator>
      <dc:date>2018-07-11T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: compare two weeks data by using timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431832#M41261</link>
      <description>&lt;P&gt;Open the time range picker, go to advanced, use &lt;CODE&gt;-2w@d&lt;/CODE&gt; and &lt;CODE&gt;@d&lt;/CODE&gt; to search the past two weeks, snapped to midnight. Adjust if you want whole weeks, e.g. snapped to start of Monday: &lt;CODE&gt;-2w@w1&lt;/CODE&gt; and &lt;CODE&gt;@w1&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:40:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431832#M41261</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2018-07-11T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: compare two weeks data by using timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431833#M41262</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* vip="abc.com:9001" earliest=-2w@d latest=@d | timechart span=1w count BY user
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Jul 2018 15:48:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/compare-two-weeks-data-by-using-timechart/m-p/431833#M41262</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-11T15:48:19Z</dc:date>
    </item>
  </channel>
</rss>

