<?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: week chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/week-chart/m-p/1274678#M846708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create weeknumber field&lt;/P&gt;&lt;P&gt;add set analysis to your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For last week &lt;SPAN style="font-size: 13.3333px;"&gt; something like&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;{&amp;lt;Weeknum = ,Weeknum={"=$(=Max(Weeknum)-1)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For last 7 days something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;datenum= ,datenum={"&amp;gt;=$(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;datenum&lt;/SPAN&gt;)-7) &amp;lt;= $(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;datenum&lt;/SPAN&gt;))"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope it helps. Or else if you can share a sample qvw it would be better.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2017 08:54:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-24T08:54:11Z</dc:date>
    <item>
      <title>week chart</title>
      <link>https://community.qlik.com/t5/QlikView/week-chart/m-p/1274677#M846707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have week chart&amp;nbsp; from 1 to 52&lt;/P&gt;&lt;P&gt; if the dashboard refresh everyday i want to show the last weeks chart and last 7 days chart. How?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/week-chart/m-p/1274677#M846707</guid>
      <dc:creator>mshailaja</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: week chart</title>
      <link>https://community.qlik.com/t5/QlikView/week-chart/m-p/1274678#M846708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create weeknumber field&lt;/P&gt;&lt;P&gt;add set analysis to your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For last week &lt;SPAN style="font-size: 13.3333px;"&gt; something like&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;{&amp;lt;Weeknum = ,Weeknum={"=$(=Max(Weeknum)-1)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For last 7 days something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;datenum= ,datenum={"&amp;gt;=$(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;datenum&lt;/SPAN&gt;)-7) &amp;lt;= $(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;datenum&lt;/SPAN&gt;))"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope it helps. Or else if you can share a sample qvw it would be better.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/week-chart/m-p/1274678#M846708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: week chart</title>
      <link>https://community.qlik.com/t5/QlikView/week-chart/m-p/1274679#M846709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;EM&gt;&lt;STRONG&gt;Triggers .&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document properties &amp;gt; Triggers &amp;gt; On open &amp;gt; Add the action &amp;gt; select in Field &amp;gt;&lt;/P&gt;&lt;P&gt;Field name &amp;gt; Expression &amp;gt; =Week(Today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/week-chart/m-p/1274679#M846709</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-24T08:55:38Z</dc:date>
    </item>
  </channel>
</rss>

