<?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: Prorate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357345#M703615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works for me. Please let me know if you have any updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you for all of your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 12:20:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-21T12:20:07Z</dc:date>
    <item>
      <title>Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357337#M703605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out how to prorate a certain metric. The way it works is, we prorate the time customer service representatives are available to take phone calls in a quarter vs the total time there are at work since some of their time is allocated to doing projects. I have figured out the how to prorate in month 1 but I am not sure how to prorate in the months going forward. I am pretty sure there is an easy solution but I since I am new to Qlikview I am not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I am trying to figure out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In January, the prorate would be Prorate/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In February, Prorate/ 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;March, Prorate/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Q2 the prorate resets to month 1 again and it becomes prorate/1 and so on. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357337#M703605</guid>
      <dc:creator />
      <dc:date>2012-05-17T14:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357338#M703608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add a mapping table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProrateMap: &lt;/P&gt;&lt;P&gt;Mapping Load * INLINE [ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, Prorate &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Jan',1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Feb',2 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Mar',3 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Apr',1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'May',2 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Jun',3 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Jul',1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Aug',2 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Sep',3 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Oct',1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Nov',2 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Dec',3 &lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add this line to your master table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prorate / ApplyMap('ProrateMap',right(YearMonth,3)) as Calculation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357338#M703608</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2012-05-17T14:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357339#M703609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I have made following assumptions to workout an example : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #000080;"&gt;1. Assuming that you don't want to caculate in the script and you wanted to directly use the chart for YearMonth Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #000080;"&gt;2. There are multiple Prorate values for each YearMonth Dimension, so I'm using &lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;&lt;EM&gt;Sum() &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;as aggregation but you can change it to whatever is applicable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #000080;"&gt;3. Assuming that YearMonth field is a string and not in date format. So I'm converting the field to numeric value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="font-family: calibri,verdana,arial,sans-serif;"&gt;Here is the expression :&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="font-family: calibri,verdana,arial,sans-serif;"&gt;sum(Prorate) / IF( Mod(Num(Month(date#(Right(YearMonth, 3),'MMM'))), 3) = 0, 3, Mod(Num(Month(date#(Right(YearMonth, 3),'MMM'))), 3))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline; color: #000080;"&gt;&lt;EM&gt;&lt;STRONG style="font-family: calibri,verdana,arial,sans-serif;"&gt;Logic :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;Converting the YearMonth field to month numbers (numeric values)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;Using the Mod() function to calculate the logic. Example : Jan = 1, Feb = 2, Mar = 3, Apr = 1, May = 2...&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;And I'm also attaching the QVW file for your reference. I hope it makes sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikshare.com/"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357339#M703609</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-17T14:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357340#M703610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very helpful!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In response to the assumptions that you made:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I am trying to calculate this in the scrip not directly in the chart, because I need to use the prorate to discount other metrics. &lt;/P&gt;&lt;P&gt;2) There are multipleYearMonth dimensions because they correlate to different reps . I did not include the agent information because I didnt think it was necessary. However, I have included reps for your reference. &lt;/P&gt;&lt;P&gt;3) TheYearMonth is in a string format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anything change now? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 15:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357340#M703610</guid>
      <dc:creator />
      <dc:date>2012-05-17T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357341#M703611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The numerator changes each month as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month 1= Prorate/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month2= (Month1 Prorate+ Month2 Prorate)/2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month3= (Month1 Prorate + Month2 Prorate + Month3 Prorate)/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 16:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357341#M703611</guid>
      <dc:creator />
      <dc:date>2012-05-17T16:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357342#M703612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Saurav,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Please can you share the raw data in excel file? because I can't open QVW files from my home system as I have personal edition at home. Please give the original raw data which you shared in the first file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A href="http://qlikshare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 20:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357342#M703612</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-17T20:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357343#M703613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 20:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357343#M703613</guid>
      <dc:creator />
      <dc:date>2012-05-17T20:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357344#M703614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks Saurav. I'll get back to you tomorrow. I hope it's okay.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 22:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357344#M703614</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-17T22:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357345#M703615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works for me. Please let me know if you have any updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you for all of your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 12:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357345#M703615</guid>
      <dc:creator />
      <dc:date>2012-05-21T12:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357346#M703616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Saurav,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Sorry for the delay in getting back to you. I think, I have got it working but I would advice you to test it thoroughly before implementing in the final application. I have to add some stuff in the script and then you need to use this expression :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;SUM(IF(MyUniqueNumber = 1, &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aggr(SUM({&amp;lt; MyUniqueNumber = {1}&amp;gt;}&amp;nbsp; Prorate), MyQuarterNumber, Rep_Name),&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(MyUniqueNumber = 2, &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aggr(SUM({&amp;lt; MyUniqueNumber = {"&amp;lt;=2"}&amp;gt;}&amp;nbsp; Prorate), MyQuarterNumber, Rep_Name),&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;&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;&amp;nbsp; Aggr(SUM({&amp;lt; MyUniqueNumber = {"&amp;lt;=3"}&amp;gt;}&amp;nbsp; Prorate), MyQuarterNumber, Rep_Name)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;/MyUniqueNumber&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Please see the script for more understanding. I have added Quarter Number, Unique Number (1,2,3) within each Quarter and Year Number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I hope it makes sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Please let me know if you have any questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikshare.com/"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.Com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 15:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357346#M703616</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-21T15:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Prorate</title>
      <link>https://community.qlik.com/t5/QlikView/Prorate/m-p/357347#M703617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank soo much Deepak! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 21:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prorate/m-p/357347#M703617</guid>
      <dc:creator />
      <dc:date>2012-05-21T21:29:51Z</dc:date>
    </item>
  </channel>
</rss>

