<?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 displaying current weeks data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/displaying-current-weeks-data/m-p/720783#M258893</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 trying to display a set of data according to the days of the weak.. as shown in the image... &lt;IMG alt="Untitledcc.png" class="jive-image" height="146" src="https://community.qlik.com/legacyfs/online/63797_Untitledcc.png" style="width: 421px; height: 145.99193548387098px; float: right;" width="421" /&gt;&lt;/P&gt;&lt;P&gt;the issue i have is how can i extract the data only for the current week ?? (i need to display the data only of the present week. at the moment it combines all days of the month&amp;nbsp; and display )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would appriciate if some one could help me with this issue &lt;/P&gt;&lt;P&gt;thank you in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 04:09:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-06T04:09:35Z</dc:date>
    <item>
      <title>displaying current weeks data</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-current-weeks-data/m-p/720783#M258893</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 trying to display a set of data according to the days of the weak.. as shown in the image... &lt;IMG alt="Untitledcc.png" class="jive-image" height="146" src="https://community.qlik.com/legacyfs/online/63797_Untitledcc.png" style="width: 421px; height: 145.99193548387098px; float: right;" width="421" /&gt;&lt;/P&gt;&lt;P&gt;the issue i have is how can i extract the data only for the current week ?? (i need to display the data only of the present week. at the moment it combines all days of the month&amp;nbsp; and display )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would appriciate if some one could help me with this issue &lt;/P&gt;&lt;P&gt;thank you in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-current-weeks-data/m-p/720783#M258893</guid>
      <dc:creator />
      <dc:date>2014-08-06T04:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: displaying current weeks data</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-current-weeks-data/m-p/720784#M258894</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;Yu can use the week function for have the number of week in the year and select the actual week&lt;/P&gt;&lt;P&gt;Week(Now()) = 32&lt;/P&gt;&lt;P&gt;If you need more explain, tell me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;&lt;P&gt;Enrique Colomer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for Calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMin=num(Peek('FechaMin',0,'FEC_LIM'));&lt;/P&gt;&lt;P&gt;LET vMax=num(Peek('FechaMax',0,'FEC_LIM'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAL:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(IterNo()+$(vMin)-1)&amp;nbsp;&amp;nbsp; as CFecha,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Date(IterNo()+$(vMin)-1)) as CAño,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(Date(IterNo()+$(vMin)-1))&amp;nbsp; as CMes,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Week(Date(IterNo()+$(vMin)-1))&amp;nbsp;&amp;nbsp; as CSemana,&lt;/P&gt;&lt;P&gt;&amp;nbsp; WeekStart(Date(IterNo()+$(vMin)-1)) as CSemIni,&lt;/P&gt;&lt;P&gt;&amp;nbsp; WeekEnd(Date(IterNo()+$(vMin)-1)) as CSemFin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; AutoGenerate 1 While IterNo()+$(vMin)-1&amp;lt;=$(vMax);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-current-weeks-data/m-p/720784#M258894</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-06T04:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: displaying current weeks data</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-current-weeks-data/m-p/720785#M258895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use a variable which takes the current selected week if selection made else it will take the max week of the calender .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-current-weeks-data/m-p/720785#M258895</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-06T04:24:29Z</dc:date>
    </item>
  </channel>
</rss>

