<?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: Vendor Price Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613397#M226341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your required result is not please provide more info also check field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 10:55:38 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-08T10:55:38Z</dc:date>
    <item>
      <title>Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613395#M226339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing one problem,i needed help,i attached the test data,if user selected Year=2014 and Month='Jan',then Max Date of &lt;/P&gt;&lt;P&gt;Jan-2014 is 31-01-2014.i want to display Vensor_Prise value where Transaction_Period&amp;lt;='31-01-2014', and MAX(Transaction_Period) based on vendor_Name and Iten_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on above condition i want to calculate vendor price value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks fro your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613395#M226339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613396#M226340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check the Required Result you have mentioned in excel file is right or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613396#M226340</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-08T10:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613397#M226341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your required result is not please provide more info also check field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613397#M226341</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-08T10:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613398#M226342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;New Update please check now but it is in the backend&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to load your table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Vendor Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITEM_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EFF_STATUS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transaction_Period, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VENDOR_PRICE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Test Data$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;[Vendor Name], &lt;/P&gt;&lt;P&gt;MaxString(Transaction_Period) as Maxdate,&lt;/P&gt;&lt;P&gt;Sum(VENDOR_PRICE) as Sumven&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;Group By [Vendor Name];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works for you in the backend and i try to work on the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613398#M226342</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-08T11:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613399#M226343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your replay if you created back end ,it wont be changed based on frend end selections.sorry for before give wrong expected values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="478"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" width="217"&gt;Vendor Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="55"&gt;ITEM_ID&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Max Date&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="78"&gt;Vendor Price&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;HCUWDKAI-UWGW PPXYGVDKHEXDH BPC.&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;07/03/2014&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;ZHIXAJQEXEU-IJUA&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;04/03/2011&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;LDXG OMDMGXUK&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;03/12/2012&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;DAOIPVNZ UBSMUEBPJ&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;01/03/2011&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;HRIOQ LVWLC AVVZTYARYM US., RCY.&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;19/03/2014&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.16&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613399#M226343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T11:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613400#M226344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry i given wrong values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find below expected result values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="478"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" width="217"&gt;Vendor Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="55"&gt;ITEM_ID&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Max Date&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="78"&gt;Vendor Price&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;HCUWDKAI-UWGW PPXYGVDKHEXDH BPC.&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;07/03/2014&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;ZHIXAJQEXEU-IJUA&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;04/03/2011&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;LDXG OMDMGXUK&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;03/12/2012&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;DAOIPVNZ UBSMUEBPJ&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;01/03/2011&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;HRIOQ LVWLC AVVZTYARYM US., RCY.&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;37031&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;19/03/2014&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.16&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613400#M226344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T11:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613401#M226345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Don't like it, but it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;My Arkusz1 is "master calendar" you may do in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613401#M226345</guid>
      <dc:creator />
      <dc:date>2014-04-08T13:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Vendor Price Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613402#M226346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is version1, with FirstSortedValue.&lt;/P&gt;&lt;P&gt;I think, it should be better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 18:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Price-Calculation/m-p/613402#M226346</guid>
      <dc:creator />
      <dc:date>2014-04-08T18:54:26Z</dc:date>
    </item>
  </channel>
</rss>

