<?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: how to get data on current week? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688366#M1083001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes thats correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 14:45:56 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-07-01T14:45:56Z</dc:date>
    <item>
      <title>how to get data on current week?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688362#M1082997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to show the no of salesitems logged and no of salesitems closed in current week, i,e if user access the file on every Thursday user need to show the data from Monday to Thursday for eg: if I logged on 03/07/2014 the table will show the data from 30/06/2014 to 03/07/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible. can anyone help me with expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used below but not getting how to change on week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: staff&lt;BR /&gt;Dimension: Product&lt;/P&gt;&lt;P&gt;expression1: count(distinct(Saleid)&lt;BR /&gt;Expression2: =Count({&amp;lt;growns={'Closed','closed'}&amp;gt;}Saleid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688362#M1082997</guid>
      <dc:creator />
      <dc:date>2014-07-01T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data on current week?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688363#M1082998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; color: #00b050; font-size: 10pt;"&gt;Maybe:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; color: #00b050; font-size: 10pt;"&gt;Week = {$(=Max(Week))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688363#M1082998</guid>
      <dc:creator />
      <dc:date>2014-07-01T14:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data on current week?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688364#M1082999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;Date={"&amp;gt;=$(=Weekstart(today()))&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=Weekend(today())-3)"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },growns={'Closed','closed'}&amp;gt;}Saleid)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688364#M1082999</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-01T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data on current week?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688365#M1083000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. for logged I can use below right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Count({&amp;lt;Date={"&amp;gt;=$(=Weekstart(today()))&amp;lt;=$(=Weekend(today())-3)"&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;gt;}saleid)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688365#M1083000</guid>
      <dc:creator />
      <dc:date>2014-07-01T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data on current week?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688366#M1083001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes thats correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688366#M1083001</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-01T14:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data on current week?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688367#M1083002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-data-on-current-week/m-p/688367#M1083002</guid>
      <dc:creator />
      <dc:date>2014-07-01T14:47:46Z</dc:date>
    </item>
  </channel>
</rss>

