<?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: Converting MQT to Monthly Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426134#M429497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10,10,12 are just numbers which i need to find.. these may be 8,12,12 as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the main issue that i dont have any reference of it.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 06:49:47 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2017-12-19T06:49:47Z</dc:date>
    <item>
      <title>Converting MQT to Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426132#M429495</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;&lt;/P&gt;&lt;P&gt;Need a help to understand the logic to get Monthly Numbers if i have data in MQT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;MQT (rolling 3 month)&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Desired Output (the output may vary based on the logic)&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Jan2017&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Feb2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;29&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mar2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Apr2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;54&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mar2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Apr2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;43&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12 (x3)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;May2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;36&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10 (x2)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jun2017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10 (x1)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above test data 32 for Jun2017 is sum of month Apr2017 to Jun2017. now i want to have those 3 numbers of Apr, May and Jun such that x1+x2+x3 = 32. similarly i need to have further 3 numbers of Mar, Apr and May such that the 3 number sum is 36 like x2+X3+X4 = 36.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find these monthly no ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in above data file (x1), (x2),(x3)... are just for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 06:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426132#M429495</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-19T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MQT to Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426133#M429496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks impressive !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you are going to split to each like Apr - 12, May-10, Jun-10 ?? And same for May2017 (14+12+10)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any logic behind to split of each month and which value it should be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 06:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426133#M429496</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MQT to Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426134#M429497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10,10,12 are just numbers which i need to find.. these may be 8,12,12 as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the main issue that i dont have any reference of it.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 06:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426134#M429497</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-19T06:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MQT to Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426135#M429498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means, We can provide Rand() values to each month for rolling 3 level and it should be sum with Current month?? Isn't it you mean ../&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 06:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426135#M429498</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T06:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MQT to Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426136#M429499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes rt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 07:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426136#M429499</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-19T07:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MQT to Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426137#M429500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have resolved the logic as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Date,Monthly,MQT&lt;/P&gt;&lt;P&gt;Mar-17,10,35&lt;/P&gt;&lt;P&gt;Apr-17,15,40&lt;/P&gt;&lt;P&gt;May-17,15,40&lt;/P&gt;&lt;P&gt;Jun-17,10,40&lt;/P&gt;&lt;P&gt;Jul-17,14,39&lt;/P&gt;&lt;P&gt;Aug-17,17,41&lt;/P&gt;&lt;P&gt;Sep-17,16,47&lt;/P&gt;&lt;P&gt;Oct-17,17,50&lt;/P&gt;&lt;P&gt;Nov-17,13,46&lt;/P&gt;&lt;P&gt;Dec-17,10,40&lt;/P&gt;&lt;P&gt;Jan-18,19,42&lt;/P&gt;&lt;P&gt;Feb-18,19,48&lt;/P&gt;&lt;P&gt;Mar-18,15,53&lt;/P&gt;&lt;P&gt;Apr-18,15,49&lt;/P&gt;&lt;P&gt;May-18,14,44&lt;/P&gt;&lt;P&gt;Jun-18,17,46&lt;/P&gt;&lt;P&gt;Jul-18,14,45&lt;/P&gt;&lt;P&gt;Aug-18,12,43&lt;/P&gt;&lt;P&gt;Sep-18,10,36&lt;/P&gt;&lt;P&gt;Oct-18,10,32&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;if(RowNo()=1,MQT/3,if(RowNo()=2,MQT-(2*(Previous(MQT)/3)),MQT-RangeSum(peek(Monthly1,-1),peek(Monthly1,-2)))) as Monthly1 ,&lt;/P&gt;&lt;P&gt;Date as Date2,&lt;/P&gt;&lt;P&gt;MQT as MQT1,&lt;/P&gt;&lt;P&gt;RowNo() as rec&lt;/P&gt;&lt;P&gt;Resident T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 08:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426137#M429500</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-19T08:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MQT to Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426138#M429501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is kiran. Whats your contact number. Please send your contact details. My mailid is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:venkatkiran85@gmail.com"&gt;venkatkiran85@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 10:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-MQT-to-Monthly-Data/m-p/1426138#M429501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T10:29:38Z</dc:date>
    </item>
  </channel>
</rss>

