<?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: Last Price Paid in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822769#M473298</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;If you want to get the last price paid for each part you have to type:&lt;/P&gt;&lt;P&gt;Aggr(Max(importe),producto)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for a part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(producto = 'A',&amp;nbsp; Max(importe))&lt;/P&gt;&lt;P&gt;producto is the column name that contains part name you want to filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: in max function you have to include the column name that contains the price paid, not the poli_line_item_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i have help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 21:05:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-12T21:05:24Z</dc:date>
    <item>
      <title>Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822768#M473297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to calculate the Last price paid for a part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Part = PO_LINE_ITEM_CODE as my Dimension ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression “&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)” and “&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;PO_LINE_ITEM_CODE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)” is giving me same dates ; that is the last time, I received this particular part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;As per me , below expression should give me the Unit price that it was bought on the last received date and that would be my last price paid for that part.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;PO_LINE_ITEM_CODE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;UOM_UNIT_PRICE_USD&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;But this is giving me null values, where I have data as per the database.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;I also tried , below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;PO_LINE_ITEM_CODE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;UOM_UNIT_PRICE_USD&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Just to cover, if I have multiple transactions on the same last date for that part. But still I get nulls.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Can you please help, what am I doing wrong here.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 19:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822768#M473297</guid>
      <dc:creator />
      <dc:date>2014-11-12T19:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822769#M473298</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;If you want to get the last price paid for each part you have to type:&lt;/P&gt;&lt;P&gt;Aggr(Max(importe),producto)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for a part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(producto = 'A',&amp;nbsp; Max(importe))&lt;/P&gt;&lt;P&gt;producto is the column name that contains part name you want to filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: in max function you have to include the column name that contains the price paid, not the poli_line_item_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i have help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 21:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822769#M473298</guid>
      <dc:creator />
      <dc:date>2014-11-12T21:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822770#M473299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaspreet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be possible with Set analysis. You just have to add max reciept date in the Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the below, Might be it will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822770#M473299</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-11-13T05:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822771#M473300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822771#M473300</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-11-13T05:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822772#M473301</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;You have not explained how you are using this expression, but I assume its in a table or chart. The max() function will calculate the max of that value filtered by the dimension values on each row. Aggr() is incorrect in this context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to do this is with FirstortedValue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =FirstSortedValue(UOM_UNIT_PRICE_USD, -RECEIPT_DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822772#M473301</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-11-13T05:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822773#M473302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue function did work , but still i am getting some null values for the last price paid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you know any reason, why it is doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check the underlined data as well to verify. Will update the discussion with my findings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaspreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 19:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822773#M473302</guid>
      <dc:creator />
      <dc:date>2014-11-13T19:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822774#M473303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;FirstSortedValue worked, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #ffffee; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FirstSortedValue(UOM_UNIT_PRICE_USD, -RECEIPT_DATE) is giving result for all the cases but not working when we have multiple records at the last receipt date, it is showing '-' for uom_unit_price_usd, i mean the last price paid. Is there a way if there are more than one records on max date then select max or avg of the price.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 01:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822774#M473303</guid>
      <dc:creator />
      <dc:date>2014-11-18T01:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Last Price Paid</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822775#M473304</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;FirstSortedValue() won't work if you have two values same, try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;=Only(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(TOTAL &amp;lt;&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;PO_LINE_ITEM_CODE&lt;/SPAN&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;RECEIPT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;UOM_UNIT_PRICE_USD&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;), &lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;PO_LINE_ITEM_CODE, &lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;RECEIPT_DATE))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;If not works then attach sample file.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;If you want to handle this in script then try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;Data:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;Left Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;PO_LINE_ITEM_CODE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;Date(Max(&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;RECEIPT_DATE) AS &lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;RECEIPT_DATE,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;1 AS Flag&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;RESIDENT Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;Group By &lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;PO_LINE_ITEM_CODE;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Price-Paid/m-p/822775#M473304</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-18T05:14:08Z</dc:date>
    </item>
  </channel>
</rss>

