<?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: Need to Create KPI's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-Create-KPI-s/m-p/1188741#M384259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate a bit more what you want as output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 13:20:13 GMT</pubDate>
    <dc:creator>neelamsaroha157</dc:creator>
    <dc:date>2016-09-20T13:20:13Z</dc:date>
    <item>
      <title>Need to Create KPI's</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Create-KPI-s/m-p/1188740#M384258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPI's on the basis of availability of Tender Prices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relationship&lt;/P&gt;&lt;P&gt;Bidder - Tender Name&lt;/P&gt;&lt;P&gt;One-to-Many i.e. One Bidder can have 1 or more than 1 Tenders (Tender Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tender Name - Tender Details&lt;/P&gt;&lt;P&gt;One-to-Many i.e. One Tender can have 1 or more than 1 Tender Lines (Tender Details)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tender Details - Tender Price&lt;/P&gt;&lt;P&gt;One-to-One i.e. One Tender Line (Tender Details) can have only one Tender Price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPI's to be built on the basis of Tender Price Available v/s Total Tender Prices (Available + Blank).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached an excel for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Shannoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Create-KPI-s/m-p/1188740#M384258</guid>
      <dc:creator>shannoypaul</dc:creator>
      <dc:date>2016-09-20T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Create KPI's</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Create-KPI-s/m-p/1188741#M384259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate a bit more what you want as output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Create-KPI-s/m-p/1188741#M384259</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-20T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Create KPI's</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-Create-KPI-s/m-p/1188742#M384260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14743787022618912" jivemacro_uid="_14743787022618912"&gt;
&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Script:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;LOAD //[Sr No.],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //[Tender Name],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(IsNull([Tender Name]),Peek('Tendername'),[Tender Name] ) as Tendername,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Tender Details],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Tender Bidder],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Tender Price (in INR)],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F as TPRICE&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[..\Downloads_Web\Tender KPI.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [Tender Details]);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp: &lt;STRONG&gt;count({&amp;lt;TPRICE-={0}&amp;gt;} TPRICE)/count( {1}TPRICE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CommDef.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138023_CommDef.PNG" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached Application for reference &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-Create-KPI-s/m-p/1188742#M384260</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-09-20T13:41:49Z</dc:date>
    </item>
  </channel>
</rss>

