<?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: repeat value until it changes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/repeat-value-until-it-changes/m-p/1147484#M375322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post one sample Application with Raw data of sample and Expecting O/P as Picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we can understand???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jun 2016 05:20:44 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-06-19T05:20:44Z</dc:date>
    <item>
      <title>repeat value until it changes</title>
      <link>https://community.qlik.com/t5/QlikView/repeat-value-until-it-changes/m-p/1147483#M375321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;got a pivot table with dimensions Month-Year and Product&lt;/P&gt;&lt;P&gt;and the expression is FirstsortedValue(Price,-Period_Date)&lt;/P&gt;&lt;P&gt;so far the results are fine and when I select one product i get the following :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="help_in_expression.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128424_help_in_expression.png" style="height: 129px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;However when I select more than one product I get null values in months when there are no purchases for the product as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="help_in_expression.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128425_help_in_expression.png" style="height: 106px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;is there a way to fill for example above for the first product May 2011 with 19 and May 2012 with 16.8282 etc....&lt;/P&gt;&lt;P&gt;Knowing that if I select a third product that might be purchases in April 2011 then I want to fill April 2011 with 19 for product 1 (the first one on the list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 02:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeat-value-until-it-changes/m-p/1147483#M375321</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-06-19T02:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: repeat value until it changes</title>
      <link>https://community.qlik.com/t5/QlikView/repeat-value-until-it-changes/m-p/1147484#M375322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post one sample Application with Raw data of sample and Expecting O/P as Picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we can understand???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 05:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeat-value-until-it-changes/m-p/1147484#M375322</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-19T05:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: repeat value until it changes</title>
      <link>https://community.qlik.com/t5/QlikView/repeat-value-until-it-changes/m-p/1147485#M375323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is something as follows:&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;15/2/2016&amp;nbsp; P1&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; 15.69&lt;/P&gt;&lt;P&gt;25/2/2016&amp;nbsp; P1&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; 16.5&lt;/P&gt;&lt;P&gt;16/3/2016&amp;nbsp; P1&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; 17.23&lt;/P&gt;&lt;P&gt;5/7/2016&amp;nbsp;&amp;nbsp;&amp;nbsp; P1&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; 16.75&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the above product I want to display the following:&lt;/P&gt;&lt;P&gt;for Feb&amp;nbsp;&amp;nbsp; 16.5&lt;/P&gt;&lt;P&gt;for Mar&amp;nbsp;&amp;nbsp;&amp;nbsp; 17.23&lt;/P&gt;&lt;P&gt;for Apr,May, June 17.23&lt;/P&gt;&lt;P&gt;and Jul 16.75 and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 07:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeat-value-until-it-changes/m-p/1147485#M375323</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-06-20T07:30:56Z</dc:date>
    </item>
  </channel>
</rss>

