<?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 data in graph for last 4 weeks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782905#M1035496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Except that i put this formula in variable &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 07:31:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-14T07:31:09Z</dc:date>
    <item>
      <title>Show data in graph for last 4 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782902#M1035493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey people!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody please help me. In bar chart i need to show data for last 4 weeks. And because is start of a year 2015, qlikview shows me data just for weeks 2 and 1 (if starting from today). How can I get data also for weeks 52, 51 and 1 in december 2014?&amp;nbsp; So weeks 52, 51, 1, 2 in the same graph? Until now i used variable for week something like that: &lt;/P&gt;&lt;P&gt;Last4Weeks = '&amp;gt;' &amp;amp; (max(Week(Today())-1) - 4) &amp;amp; '&amp;lt;=' &amp;amp; max(Week(Today())-1) and then I used it in a graph in set analysis:&lt;/P&gt;&lt;P&gt;Week = {'$(Last4Weeks)'}. But now is not working anymore properly and shows me just weeks 1 and 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I explained well and really hope somebody can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I need something like this also to show data for last 6 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782902#M1035493</guid>
      <dc:creator />
      <dc:date>2015-01-13T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show data in graph for last 4 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782903#M1035494</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;What is the dimension you are using for this chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any restriction you have put in dimension also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782903#M1035494</guid>
      <dc:creator>aadil_madarveet</dc:creator>
      <dc:date>2015-01-13T14:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show data in graph for last 4 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782904#M1035495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Anja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like below if it works for your scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=date(max(Today())-28,'M/D/YYYY'))&amp;lt;=$(=Date(Max(Today())-1,'M/D/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [What ever id u have]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782904#M1035495</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-01-13T14:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show data in graph for last 4 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782905#M1035496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Except that i put this formula in variable &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 07:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782905#M1035496</guid>
      <dc:creator />
      <dc:date>2015-01-14T07:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show data in graph for last 4 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782906#M1035497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aadil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimensions are Week (from master calendar) and dimension for which i want data to display. I have no restriction in dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 07:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-in-graph-for-last-4-weeks/m-p/782906#M1035497</guid>
      <dc:creator />
      <dc:date>2015-01-14T07:32:23Z</dc:date>
    </item>
  </channel>
</rss>

