<?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 Week on Week trend chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424881#M558930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to create a trended chart which shows weekly sales and the % Change of sales Week on Week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure out how to create my second measure which is offset by a week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've attached what i am trying to do using Excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully someone can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 13:48:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-30T13:48:43Z</dc:date>
    <item>
      <title>Week on Week trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424881#M558930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to create a trended chart which shows weekly sales and the % Change of sales Week on Week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure out how to create my second measure which is offset by a week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've attached what i am trying to do using Excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully someone can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 13:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424881#M558930</guid>
      <dc:creator />
      <dc:date>2013-05-30T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Week on Week trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424882#M558931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 14:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424882#M558931</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-30T14:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Week on Week trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424883#M558932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks pretty awesome, but it looks like you just loaded up some data that was already flagged as previous week. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i need is a way of working out the previous week on the fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this week is: sum(sales)&lt;/P&gt;&lt;P&gt;previous week, something like: sum(&amp;lt;offset(week-1)&amp;gt; sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have no idea on the syntax. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 14:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424883#M558932</guid>
      <dc:creator />
      <dc:date>2013-05-30T14:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Week on Week trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424884#M558933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Legend! Thank you sir!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 14:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424884#M558933</guid>
      <dc:creator />
      <dc:date>2013-05-30T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Week on Week trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424885#M558934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually not 100% correct i am afraid....so close!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionally it works, but the first x days are not filled out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, if the function is above(sum(sales),7) at the day level the first 7 days are blank. This is true when you start drilling into the chart too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached is the original sample but with the functions added. you can see the first slot in the chart is always blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 15:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-on-Week-trend-chart/m-p/424885#M558934</guid>
      <dc:creator />
      <dc:date>2013-05-30T15:09:13Z</dc:date>
    </item>
  </channel>
</rss>

