<?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: Split the billing by months based on the frequency level in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123712#M18837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Policy No, Date, Frequency&lt;/P&gt;&lt;P&gt;101, 4/3/2015, 12&lt;/P&gt;&lt;P&gt;102, 6/5/2015, 1&lt;/P&gt;&lt;P&gt;103, 2/3/2015, 4&lt;/P&gt;&lt;P&gt;104, 7/5/2015, 4&lt;/P&gt;&lt;P&gt;105, 4/4/2015, 2&lt;/P&gt;&lt;P&gt;106, 7/7/2015, 2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finel:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;Date(AddMonths(MonthStart(Date),(IterNo()-1)*(12/Frequency)),'MMM') as Mon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Source&lt;/P&gt;&lt;P&gt;while IterNo()&amp;lt;=Frequency;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load [Policy No], Date, Frequency,&lt;/P&gt;&lt;P&gt;date(SetDateYear(Mon,15),'MMM') as Month&lt;/P&gt;&lt;P&gt;Resident Finel;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Source,Finel;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 16:31:32 GMT</pubDate>
    <dc:creator>pavansonu99</dc:creator>
    <dc:date>2018-07-25T16:31:32Z</dc:date>
    <item>
      <title>Split the billing by months based on the frequency level in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123709#M18834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on the requirement, requirement is to plot on which month a particular policy@ is due for billing and&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt; to identify the billing Frequency of a particular policy and plot on which month the billing will fall. You will base the starting billing month on the Date value (consider month only). &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Available values for Frequency are 1, 2, 4, 12&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1 = only 1 billing for the whole year&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;2 = bi yearly billing (every 6 months)&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;4 = quarterly billing&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;12 = every month billing&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Attached the source data and the required output. &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Note: Logic should be implement in script level, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the critical issue. Can any one help me on this. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 03:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123709#M18834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-25T03:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Split the billing by months based on the frequency level in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123710#M18835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source: &lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Policy No, Date, Frequency&lt;BR /&gt;101, 4/3/2015, 12&lt;BR /&gt;101, 6/5/2015, 1&lt;BR /&gt;101, 2/3/2015, 4&lt;BR /&gt;101, 7/5/2015, 4&lt;BR /&gt;101, 4/4/2015, 2&lt;BR /&gt;101, 7/7/2015, 2&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Finel:&lt;BR /&gt;load *,&lt;BR /&gt;AutoNumberHash128([Policy No]&amp;amp;'-'&amp;amp;Date&amp;amp;'-'&amp;amp;Frequency) as %Key,&lt;BR /&gt;Date(AddMonths(MonthStart(Date),(IterNo()-1)*(12/Frequency) ),'MMM') as Month&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Resident Source&lt;BR /&gt; while IterNo()&amp;lt;=Frequency;&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Drop Table Source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 08:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123710#M18835</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2018-07-25T08:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Split the billing by months based on the frequency level in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123711#M18836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, when i have multiple policy numbers the billing frequency for months getting null and billing value (1) , So months are repeating to show the billing frequency. Only Feb &amp;amp; April values coming has the issue. the values has to come to arrow placed position,since the 'null' is presenting in that same place for feb &amp;amp; April displaying two times to represent the value '1'. Please find the issue screen below &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Output.png" class="jive-image image-1" src="/legacyfs/online/208837_Pivot Output.png" style="height: 69px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 13:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123711#M18836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-25T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Split the billing by months based on the frequency level in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123712#M18837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Policy No, Date, Frequency&lt;/P&gt;&lt;P&gt;101, 4/3/2015, 12&lt;/P&gt;&lt;P&gt;102, 6/5/2015, 1&lt;/P&gt;&lt;P&gt;103, 2/3/2015, 4&lt;/P&gt;&lt;P&gt;104, 7/5/2015, 4&lt;/P&gt;&lt;P&gt;105, 4/4/2015, 2&lt;/P&gt;&lt;P&gt;106, 7/7/2015, 2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finel:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;Date(AddMonths(MonthStart(Date),(IterNo()-1)*(12/Frequency)),'MMM') as Mon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Source&lt;/P&gt;&lt;P&gt;while IterNo()&amp;lt;=Frequency;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load [Policy No], Date, Frequency,&lt;/P&gt;&lt;P&gt;date(SetDateYear(Mon,15),'MMM') as Month&lt;/P&gt;&lt;P&gt;Resident Finel;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Source,Finel;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 16:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123712#M18837</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2018-07-25T16:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Split the billing by months based on the frequency level in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123713#M18838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 16:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-billing-by-months-based-on-the-frequency-level-in/m-p/123713#M18838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-25T16:49:21Z</dc:date>
    </item>
  </channel>
</rss>

