<?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 Count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404577#M804599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there one for Qlik Sense? I noticed that these are all for Qlik View. Kindly advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2017 21:03:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-02T21:03:53Z</dc:date>
    <item>
      <title>Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404575#M804597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Am trying to write a formula that will count the number of vendors whose total spend make up 80% of total spend.&lt;/P&gt;&lt;P&gt;The formula I have now for 80% spend is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum([Invoice Amount USD])*0.8&lt;/P&gt;&lt;P&gt;Count of Vendors formula:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(distinct([Harmonized Supplier Name]))&lt;/P&gt;&lt;P&gt;The vendors are sorted using their spend from largest to lowest.&lt;/P&gt;&lt;P&gt;The essence of this formula am seeking is for me to know how many vendors make up 80% of total spend.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404575#M804597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404576#M804598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be a good place to start&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5065"&gt;Recipe for a Pareto Analysis – Revisited&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 18:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404576#M804598</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-02T18:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404577#M804599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there one for Qlik Sense? I noticed that these are all for Qlik View. Kindly advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 21:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404577#M804599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T21:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404578#M804600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for QlikView and Qlik Sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 22:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404578#M804600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-02T22:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404579#M804601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. When I add the formula, I do not have the Desc option as it is not recognized. Additionally although the formula works, I get a bad class name error.&lt;/P&gt;&lt;P&gt;Formula: Background Color expression&lt;/P&gt;&lt;P&gt; If([Pareto Class] = 'A', LightGreen(),If([Pareto Class] = 'C', LightRed(), If([Pareto Class] = 'B', Yellow())))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182043_Error.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And Pareto&lt;/P&gt;&lt;P&gt; If([Exclusive Percentage]&amp;lt;= 0.8, 'A', If([Exclusive Percentage] &amp;lt;= 0.9, 'B', 'C'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/182044_Error2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am also trying to create a KPI that Counts the number of Vendors within Pareto Class A but cannot get it to work. &lt;/P&gt;&lt;P&gt;count(distinct({&amp;lt;'[Exclusive Percentage]' &amp;lt;= {0.8}&amp;gt;}[Harmonized Supplier Name]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with this formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 17:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404579#M804601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-03T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404580#M804602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly are you doing? Can you share a sample to look at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 18:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404580#M804602</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-03T18:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404581#M804603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I built the Pareto and it works even with the Bad Field Names. I cannot create a KPI to count the number of vendors within Pareto Class A.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pareto.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182058_Pareto.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 18:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404581#M804603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-03T18:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Count</title>
      <link>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404582#M804604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/280442"&gt;Count values ordered by expression (Aggr, above, sum)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 18:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vendor-Count/m-p/1404582#M804604</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-03T18:58:32Z</dc:date>
    </item>
  </channel>
</rss>

