<?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: Split a Report in Weeks in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76972#M1759</link>
    <description>&lt;P&gt;Glad it worked. Feel free to accept the answer as the correct one, so others can see it's solved.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2012 14:01:02 GMT</pubDate>
    <dc:creator>echalex</dc:creator>
    <dc:date>2012-10-02T14:01:02Z</dc:date>
    <item>
      <title>Split a Report in Weeks</title>
      <link>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76969#M1756</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I'd like to split a Report in Weeks.&lt;BR /&gt;
I use a time chart report with span=1week, but the y-axis display the first day of a week.&lt;/P&gt;

&lt;P&gt;XXX | timechart span=1week sum(NWert) AS Umsatz&lt;/P&gt;

&lt;P&gt;How could i change the display of the x-axis in Weeks like this 22, 23, 24, 25?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Oti&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 09:14:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76969#M1756</guid>
      <dc:creator>Oti47</dc:creator>
      <dc:date>2012-10-02T09:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Split a Report in Weeks</title>
      <link>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76970#M1757</link>
      <description>&lt;P&gt;Hi Oti47,&lt;/P&gt;

&lt;P&gt;Rather than using timechart, use chart by week. You'll get the weeknumber from strftime:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;XXX | eval week=strftime(_time,"%V") |chart sum(NWert) AS umsatz by week
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 09:35:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76970#M1757</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2012-10-02T09:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split a Report in Weeks</title>
      <link>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76971#M1758</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;Works for me.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 09:50:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76971#M1758</guid>
      <dc:creator>Oti47</dc:creator>
      <dc:date>2012-10-02T09:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Split a Report in Weeks</title>
      <link>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76972#M1759</link>
      <description>&lt;P&gt;Glad it worked. Feel free to accept the answer as the correct one, so others can see it's solved.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 14:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76972#M1759</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2012-10-02T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Split a Report in Weeks</title>
      <link>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76973#M1760</link>
      <description>&lt;P&gt;Note!&lt;/P&gt;

&lt;P&gt;This works for the ISO 8601 standard, where a week starts on Monday and the first week of the year is the first to have at least four days of the new year in it. Iow. if 1st Jan is on a Friday, its week number is 53 of the last week.&lt;/P&gt;

&lt;P&gt;Users who would like to have the week starting on a Sunday, should consider using &lt;CODE&gt;%U&lt;/CODE&gt; rather than &lt;CODE&gt;%V&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 06:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Split-a-Report-in-Weeks/m-p/76973#M1760</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2012-10-04T06:08:14Z</dc:date>
    </item>
  </channel>
</rss>

