<?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 in qlikivew in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641488#M476720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need week field in your script that is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have for example invoice_date then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(invoice_date ) gives you the month&lt;/P&gt;&lt;P&gt;Week(invoice_date ) gives you the week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use the week as dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 12:01:25 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-05-21T12:01:25Z</dc:date>
    <item>
      <title>Week in qlikivew</title>
      <link>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641487#M476719</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 want to show the weeks details for a month like week1,week2,week3,week4.&lt;/P&gt;&lt;P&gt;For Eg: If&amp;nbsp; i choose Jan Month drill down -&amp;gt; week1,week2,week3,week4.(4 weeks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi all &lt;/P&gt;&lt;P&gt;Here by enlcosing the sample application.Can u please help on this..&lt;/P&gt;&lt;P&gt;How to do the drill down i tried but it doesnt work for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641487#M476719</guid>
      <dc:creator />
      <dc:date>2014-05-21T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Week in qlikivew</title>
      <link>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641488#M476720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need week field in your script that is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have for example invoice_date then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(invoice_date ) gives you the month&lt;/P&gt;&lt;P&gt;Week(invoice_date ) gives you the week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use the week as dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641488#M476720</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-21T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Week in qlikivew</title>
      <link>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641489#M476721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the WEEK function ..&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;Week day&lt;/P&gt;&lt;P&gt;Weekstart&lt;/P&gt;&lt;P&gt;weekend&lt;/P&gt;&lt;P&gt;weekname&lt;/P&gt;&lt;P&gt;weekyear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641489#M476721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T12:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Week in qlikivew</title>
      <link>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641490#M476722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;calendar:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(match(Day,1,2,3,4,5,6,7),dual(1,'Week1'),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(match(Day,8,9,10,11,12,13,14),dual(2,'Week2'),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(match(Day,15,16,17,18,19,20,21),dual(3,'Week3'),dual(4,'Week4'))))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekNew&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident path;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641490#M476722</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-05-21T12:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Week in qlikivew</title>
      <link>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641491#M476723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help it is really urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA the sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 03:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-in-qlikivew/m-p/641491#M476723</guid>
      <dc:creator />
      <dc:date>2014-05-22T03:20:31Z</dc:date>
    </item>
  </channel>
</rss>

