<?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: Find new customers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-new-customers/m-p/928845#M967807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; the req has changed now.&lt;/P&gt;&lt;P&gt;the requirement is like below.&amp;nbsp; I have a dimension FiscalYear as a dimension it has a data from 2012 to 2015&lt;/P&gt;&lt;P&gt;Nw I want to show the count of new vendors by Year. for example need to show count of new Vendors in 2015 not exists in remaining years 2014,13,12..&amp;nbsp; For the year 2014 need to show the count of new vendors not falls in its below years 2013,12.. so on... Here Fiscal year is a dimension. Need to show year wise new vendors count achieved.&lt;/P&gt;&lt;P&gt;Can any one help me out..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 17:20:38 GMT</pubDate>
    <dc:creator>dusasuman</dc:creator>
    <dc:date>2015-09-25T17:20:38Z</dc:date>
    <item>
      <title>Find new customers</title>
      <link>https://community.qlik.com/t5/QlikView/Find-new-customers/m-p/928843#M967805</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;I have a vendors data based on Purchase date.&lt;/P&gt;&lt;P&gt;I have a data for 2014 and 2015.&lt;/P&gt;&lt;P&gt;1. Here I want to find the New vendors in 2015 who are not in 2014.. Here the dimension is Vendor. In metric I need to show 'Yes' as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp; value if he is a new vendor, else It should return 'No'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. And also I need to find the top 100 vendors contribution by Purchase value amount field . Let us take a scenario.&lt;/P&gt;&lt;P&gt;I have fields VendorName, ItemGroup and PurchaseValue . Here each ItemGroup will lhave multiple Vendors.&lt;/P&gt;&lt;P&gt;I need to show a chart ItemGroup as a dimension and 2 Metrics as 1.Top 100 vendors amount&amp;nbsp; 2. Remaining vendors amount contribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 06:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-new-customers/m-p/928843#M967805</guid>
      <dc:creator>dusasuman</dc:creator>
      <dc:date>2015-09-24T06:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find new customers</title>
      <link>https://community.qlik.com/t5/QlikView/Find-new-customers/m-p/928844#M967806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) finding new customers is relatively easy - you can either extract using a NOT(EXISTS() clause to find out which vendors in the 2015_table are not in the 2014_table - or you can just OUTER join them, which will give you a lot of empty fields every time a vendor is not common to both tables. Then you could easily find out which are in the new table, but not in the old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The TOTAL parameter will help you to find out about any individual vendor's contribution to the total (it ignores the dimension &amp;gt; vendor &amp;lt;) - I'm not sure how to create like a total of the top_100 vendors'&amp;nbsp; contribution, but there certainly is a way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 07:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-new-customers/m-p/928844#M967806</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-09-24T07:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Find new customers</title>
      <link>https://community.qlik.com/t5/QlikView/Find-new-customers/m-p/928845#M967807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; the req has changed now.&lt;/P&gt;&lt;P&gt;the requirement is like below.&amp;nbsp; I have a dimension FiscalYear as a dimension it has a data from 2012 to 2015&lt;/P&gt;&lt;P&gt;Nw I want to show the count of new vendors by Year. for example need to show count of new Vendors in 2015 not exists in remaining years 2014,13,12..&amp;nbsp; For the year 2014 need to show the count of new vendors not falls in its below years 2013,12.. so on... Here Fiscal year is a dimension. Need to show year wise new vendors count achieved.&lt;/P&gt;&lt;P&gt;Can any one help me out..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 17:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-new-customers/m-p/928845#M967807</guid>
      <dc:creator>dusasuman</dc:creator>
      <dc:date>2015-09-25T17:20:38Z</dc:date>
    </item>
  </channel>
</rss>

