<?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: Re: Monthly value at week level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669095#M541292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parthiban &amp;amp; Satyadev&lt;/P&gt;&lt;P&gt;I have the value at both month level and week level.&lt;/P&gt;&lt;P&gt;But the problem is&amp;nbsp; I want to represent the month level data at week level.&lt;/P&gt;&lt;P&gt;To make it more clear.&lt;/P&gt;&lt;P&gt;Please see Image-3&lt;/P&gt;&lt;P&gt;Here 382,250 represents month1 value( Month 1 comprises of W44 to W48)&lt;/P&gt;&lt;P&gt;406950 represents month 2 value (W49 to W52).&lt;/P&gt;&lt;P&gt;Thanks again for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 09:39:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-14T09:39:19Z</dc:date>
    <item>
      <title>Monthly value at week level</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669092#M541288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a requirement to represent the weekly value( Value) at month level.&lt;/P&gt;&lt;P&gt;What i have done is , i have performed a Group by at the month level to get the monthly level Value(in the script).&lt;/P&gt;&lt;P&gt;But the challenge is to represent the monthly value at the Week level.( Image2), &lt;SPAN style="text-decoration: underline;"&gt;without using the Month, in the dimensions&lt;/SPAN&gt; , because it messes up my other KPI's&lt;/P&gt;&lt;P&gt;So far I'm only able to represent it month wise( Image1)&lt;/P&gt;&lt;P&gt;As shown in&amp;nbsp; image2&lt;/P&gt;&lt;P&gt;Week 18- Week 22-&amp;nbsp; Month1&lt;/P&gt;&lt;P&gt;Week 23- Week 26 -&amp;nbsp; Month 2&lt;/P&gt;&lt;P&gt;Week 27- Week 31- Month 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I can get the Monthly value at week level?&lt;/P&gt;&lt;P&gt;Thanks in advance for your time and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 08:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669092#M541288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-14T08:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly value at week level</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669093#M541289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can divide number of weeks in a month to convert monthly value into weekly. For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Monthly_Value&lt;/P&gt;&lt;P&gt;From &amp;lt;Table1&amp;gt;&lt;/P&gt;&lt;P&gt;Left Join &lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week&lt;/P&gt;&lt;P&gt;From &amp;lt;Table2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Monthly_Value)/Count(Week) as Weekly_Value&lt;/P&gt;&lt;P&gt;Resident TableA&lt;/P&gt;&lt;P&gt;Group by Month;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 09:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669093#M541289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-14T09:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly value at week level</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669094#M541290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need u to explain a bit more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U r having data in week level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U want to show in month level or week level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If week/Month, how u want it to get displayed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 09:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669094#M541290</guid>
      <dc:creator>parthiband</dc:creator>
      <dc:date>2014-07-14T09:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Monthly value at week level</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669095#M541292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parthiban &amp;amp; Satyadev&lt;/P&gt;&lt;P&gt;I have the value at both month level and week level.&lt;/P&gt;&lt;P&gt;But the problem is&amp;nbsp; I want to represent the month level data at week level.&lt;/P&gt;&lt;P&gt;To make it more clear.&lt;/P&gt;&lt;P&gt;Please see Image-3&lt;/P&gt;&lt;P&gt;Here 382,250 represents month1 value( Month 1 comprises of W44 to W48)&lt;/P&gt;&lt;P&gt;406950 represents month 2 value (W49 to W52).&lt;/P&gt;&lt;P&gt;Thanks again for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 09:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669095#M541292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-14T09:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Monthly value at week level</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669096#M541296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajagopal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my assumption is right about your requirement, there's nothing to do with your data model whereas tricks will make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd did an sample based on my understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please revert me back if am wrong &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 10:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669096#M541296</guid>
      <dc:creator>parthiband</dc:creator>
      <dc:date>2014-07-14T10:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Monthly value at week level</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669097#M541300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parthiban,&lt;/P&gt;&lt;P&gt;Thanks a lot. I'm trying it out now. Will let you know if it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-value-at-week-level/m-p/669097#M541300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T08:35:46Z</dc:date>
    </item>
  </channel>
</rss>

