<?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: First Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/First-Value/m-p/642434#M235364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your week is defined by Week(Date), then Month(Date) will always return 'May' for the last days of that week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you instead define Month as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(WeekStart(Date)) as Month&lt;/P&gt;&lt;P&gt;then it will work the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 12:24:13 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2014-06-06T12:24:13Z</dc:date>
    <item>
      <title>First Value</title>
      <link>https://community.qlik.com/t5/QlikView/First-Value/m-p/642430#M235360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a week that is mapped to two periods.&lt;/P&gt;&lt;P&gt;For eg: 2014 W18 is mapped to both 2014 April and 2014 May.(5 days in April and 2 days in May)&lt;/P&gt;&lt;P&gt;But I would like to have2014 April to be mapped for 2014 W18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me to get the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp;regards,&lt;/P&gt;&lt;P&gt;Vinitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 09:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Value/m-p/642430#M235360</guid>
      <dc:creator />
      <dc:date>2014-06-06T09:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: First Value</title>
      <link>https://community.qlik.com/t5/QlikView/First-Value/m-p/642431#M235361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;place me the sample application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we can understand easily..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 09:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Value/m-p/642431#M235361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-06T09:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: First Value</title>
      <link>https://community.qlik.com/t5/QlikView/First-Value/m-p/642432#M235362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you are creating the week?&lt;/P&gt;&lt;P&gt;Post your script on creating this calendar and the sample app. we need to be little bit clear in understanding this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 09:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Value/m-p/642432#M235362</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-06-06T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: First Value</title>
      <link>https://community.qlik.com/t5/QlikView/First-Value/m-p/642433#M235363</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 believe, you already have calendar table with weekno and dates and you are mapping weekno to your transaction table. Try using &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;WeekStart function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MonthName(WeekStart(Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 09:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Value/m-p/642433#M235363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-06T09:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: First Value</title>
      <link>https://community.qlik.com/t5/QlikView/First-Value/m-p/642434#M235364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your week is defined by Week(Date), then Month(Date) will always return 'May' for the last days of that week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you instead define Month as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(WeekStart(Date)) as Month&lt;/P&gt;&lt;P&gt;then it will work the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 12:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Value/m-p/642434#M235364</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-06T12:24:13Z</dc:date>
    </item>
  </channel>
</rss>

