<?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: Select previous month's value in pivot table if the value for that month is not set in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Select-previous-month-s-value-in-pivot-table-if-the-value-for/m-p/1908987#M74933</link>
    <description>&lt;P&gt;I sort of found a solution. I can use Before(Price) to get the value in previous cell. However, this only works for the first missing value, and after that as there is no price in previous cell it does not get the number.&lt;/P&gt;
&lt;P&gt;How can I use Before to get the number from previous cell? Or use it recursively?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 18:34:47 GMT</pubDate>
    <dc:creator>Ax</dc:creator>
    <dc:date>2022-03-23T18:34:47Z</dc:date>
    <item>
      <title>Select previous month's value in pivot table if the value for that month is not set</title>
      <link>https://community.qlik.com/t5/App-Development/Select-previous-month-s-value-in-pivot-table-if-the-value-for/m-p/1908849#M74918</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a pivot table, where [Year Month] is column and measure is 'Price'.&lt;/P&gt;
&lt;P&gt;I would like to create an expression that uses the price for that month or the previous available price, if the price has not been set.&lt;/P&gt;
&lt;P&gt;It should be something like this:&lt;/P&gt;
&lt;P&gt;IF(Price &amp;gt; 0, Price,&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Select previous available price)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 14:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-previous-month-s-value-in-pivot-table-if-the-value-for/m-p/1908849#M74918</guid>
      <dc:creator>Ax</dc:creator>
      <dc:date>2022-03-23T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select previous month's value in pivot table if the value for that month is not set</title>
      <link>https://community.qlik.com/t5/App-Development/Select-previous-month-s-value-in-pivot-table-if-the-value-for/m-p/1908987#M74933</link>
      <description>&lt;P&gt;I sort of found a solution. I can use Before(Price) to get the value in previous cell. However, this only works for the first missing value, and after that as there is no price in previous cell it does not get the number.&lt;/P&gt;
&lt;P&gt;How can I use Before to get the number from previous cell? Or use it recursively?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 18:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-previous-month-s-value-in-pivot-table-if-the-value-for/m-p/1908987#M74933</guid>
      <dc:creator>Ax</dc:creator>
      <dc:date>2022-03-23T18:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select previous month's value in pivot table if the value for that month is not set</title>
      <link>https://community.qlik.com/t5/App-Development/Select-previous-month-s-value-in-pivot-table-if-the-value-for/m-p/1909248#M74948</link>
      <description>&lt;P&gt;This cab be done with Column reference, you may have to change you expression if new columns are added .&lt;BR /&gt;But for now it should work.&lt;/P&gt;
&lt;P&gt;if(sum(Price)=0,Above(Column(1)),Sum(Price))&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 09:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-previous-month-s-value-in-pivot-table-if-the-value-for/m-p/1909248#M74948</guid>
      <dc:creator>durgesh22</dc:creator>
      <dc:date>2022-03-24T09:37:03Z</dc:date>
    </item>
  </channel>
</rss>

