<?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: Finding Price Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519948#M598946</link>
    <description>Hey Mark&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply.&lt;BR /&gt;Pls refer the image I have attached , that is the output I am expecting</description>
    <pubDate>Wed, 12 Dec 2018 15:30:06 GMT</pubDate>
    <dc:creator>ashwath26</dc:creator>
    <dc:date>2018-12-12T15:30:06Z</dc:date>
    <item>
      <title>Finding Price Change</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519816#M598944</link>
      <description>&lt;P&gt;I have a requirement as follows&amp;nbsp;&lt;/P&gt;&lt;P&gt;A customer buys product XYZ every month since Jan 2018 till Dec 2018 at $100 every month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to find if during any month there has been a price change for the XYZ product he has bought AND BY HOW MUCH % THE CHANGE HAS BEEN FOR.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g. If in June he bought it at $120 then i need to highlight that particular cell in the Pivot Table and show there has been a change of 20%&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519816#M598944</guid>
      <dc:creator>ashwath26</dc:creator>
      <dc:date>2024-11-16T04:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Price Change</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519865#M598945</link>
      <description>Hi,&lt;BR /&gt;It is going to depend on your data, but probably something like the below.&lt;BR /&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;&lt;BR /&gt;TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;Resident DATA&lt;BR /&gt;ORDER BY CUSTOMER,PRODUCT,DATE asc;&lt;BR /&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;&lt;BR /&gt;CHECKING:&lt;BR /&gt;LOAD&lt;BR /&gt;*,&lt;BR /&gt;IF(CUSTOMER = PREVIOUS(CUSTOMER) AND PRODUCT = PREVIOUS(PRODUCT) AND COST &amp;lt;&amp;gt; PREVIOUS(COST),&lt;BR /&gt;1) AS PriceChange,&lt;BR /&gt;IF(CUSTOMER = PREVIOUS(CUSTOMER) AND PRODUCT = PREVIOUS(PRODUCT) AND COST &amp;lt;&amp;gt; PREVIOUS(COST),&lt;BR /&gt;PREVIOUS(COST)) AS OldChange,&lt;BR /&gt;IF(CUSTOMER = PREVIOUS(CUSTOMER) AND PRODUCT = PREVIOUS(PRODUCT) AND COST &amp;lt;&amp;gt; PREVIOUS(COST),&lt;BR /&gt;COST) AS NewChange&lt;BR /&gt;Resident TEMP;&lt;BR /&gt;&lt;BR /&gt;Then you will have all the information needed. A flag to pick up where the change in price happen, the old and new price to calculate the change.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 12 Dec 2018 13:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519865#M598945</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2018-12-12T13:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Price Change</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519948#M598946</link>
      <description>Hey Mark&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply.&lt;BR /&gt;Pls refer the image I have attached , that is the output I am expecting</description>
      <pubDate>Wed, 12 Dec 2018 15:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519948#M598946</guid>
      <dc:creator>ashwath26</dc:creator>
      <dc:date>2018-12-12T15:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Price Change</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519950#M598947</link>
      <description>Also the comparison needs to do not just with precious row but all the rows above.&lt;BR /&gt;&lt;BR /&gt;Example in Jan price is $100,&lt;BR /&gt;Feb $100 ,&lt;BR /&gt;March $100,&lt;BR /&gt;April $120&lt;BR /&gt;&lt;BR /&gt;So April record needs to compare with Jan value which is the FIRST VALUE/REFERENCE VALUE&lt;BR /&gt;&lt;BR /&gt;From this need to find , percentage difference for April from reference value</description>
      <pubDate>Wed, 12 Dec 2018 15:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Price-Change/m-p/1519950#M598947</guid>
      <dc:creator>ashwath26</dc:creator>
      <dc:date>2018-12-12T15:33:02Z</dc:date>
    </item>
  </channel>
</rss>

