<?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: Apply Input Field value to forward records untill new Input Field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835492#M531225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I just added one more dimension to the table called ID and if i do sort on PERIOD ID then it is not working and probably i we need to add some aggregation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Sort by ID then it is working properly but when we change sort order to ID then not not&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89643_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89644_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 02:16:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-17T02:16:48Z</dc:date>
    <item>
      <title>Apply Input Field value to forward records untill new Input Field value</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835489#M531222</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;I have use case where i want to input value and carry the same value until new input value entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some body advice me how to do this with Rangesum function or any other functions like above()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input Data&lt;/P&gt;&lt;P&gt;INPUTFIELD PriceInput;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIODID,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price&amp;nbsp;&amp;nbsp;&amp;nbsp; ,PriceInput&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201501,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201502,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201503,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201504,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201505,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201506,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired O/P:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 392px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;PERIODID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Price&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;PriceInput&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;NewPrice&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;201501&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;15&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;201502&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;201503&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;201504&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;201505&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;201506&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example if i enter value 15 at PriceInput at Period 201501 then it should carry forward untill new value 10 entered at 201504.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and same 10 has to carry forward all the way upto new value entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835489#M531222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T20:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Input Field value to forward records untill new Input Field value</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835490#M531223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one advice on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 21:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835490#M531223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T21:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Input Field value to forward records untill new Input Field value</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835491#M531224</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_168620_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89681_QlikCommunity_Thread_168620_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_168620_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89682_QlikCommunity_Thread_168620_Pic2.JPG" style="height: 189px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 22:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835491#M531224</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-16T22:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Input Field value to forward records untill new Input Field value</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835492#M531225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I just added one more dimension to the table called ID and if i do sort on PERIOD ID then it is not working and probably i we need to add some aggregation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Sort by ID then it is working properly but when we change sort order to ID then not not&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89643_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89644_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 02:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835492#M531225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T02:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Input Field value to forward records untill new Input Field value</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835493#M531226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;This works for me when only one dimension with Period and when adding additional dimension and sorting by period then above function not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 16:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Input-Field-value-to-forward-records-untill-new-Input/m-p/835493#M531226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T16:03:31Z</dc:date>
    </item>
  </channel>
</rss>

