<?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: Finding a new customers using Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644811#M48091</link>
    <description>&lt;P&gt;thanks, but we are unable to make any changes or create new tables.&lt;/P&gt;
&lt;P&gt;Need to achieve with only set Analysis in front end.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 12:48:55 GMT</pubDate>
    <dc:creator>rjn</dc:creator>
    <dc:date>2019-11-08T12:48:55Z</dc:date>
    <item>
      <title>Finding a new customers using Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644780#M48085</link>
      <description>&lt;P&gt;I am looking for solution to display New customer List in pivot table based on user date selected using only &lt;STRONG&gt;Set Analysis&lt;/STRONG&gt;, can’t change the data model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Ex: in below table if the user selects 4-Jan, the customer XYZ is existing Customer, but if user selects 3-Jan, then Customer XYZ is a New Customer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;End result is to hide all existing customer in a pivot table and display only New Customers details based on Date selected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;Date&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;ID&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;Customer&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;1-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;123&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;ABC&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;2-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;123&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;ABC&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;3-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;789&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;XYZ&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;4-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;789&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;XYZ&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;5-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;456&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;EFG&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;6-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;456&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;EFG&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;7-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;678&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;IJK&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;8-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;678&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;IJK&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;9-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;456&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;PQR&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;
&lt;P&gt;10-Jan&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;456&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64"&gt;
&lt;P&gt;PQR&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644780#M48085</guid>
      <dc:creator>rjn</dc:creator>
      <dc:date>2019-11-08T12:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a new customers using Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644806#M48090</link>
      <description>&lt;P&gt;You can flag the new customers in the script then you can use set to filter the new ones.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;BR /&gt;ID,&lt;BR /&gt;Customer,&lt;BR /&gt;if(Exists(Customer), '0', '1') as _New&lt;BR /&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;_New={1}&amp;gt;}Customer)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644806#M48090</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-11-08T12:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a new customers using Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644811#M48091</link>
      <description>&lt;P&gt;thanks, but we are unable to make any changes or create new tables.&lt;/P&gt;
&lt;P&gt;Need to achieve with only set Analysis in front end.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644811#M48091</guid>
      <dc:creator>rjn</dc:creator>
      <dc:date>2019-11-08T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a new customers using Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644816#M48092</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=count(aggr(min(Date), Customer))&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644816#M48092</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-11-08T13:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a new customers using Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644820#M48093</link>
      <description>&lt;P&gt;Try :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Only({&amp;lt;Date,Customer=e({1&amp;lt;Date={"&amp;lt;$(=Max(Date))"}&amp;gt;}Customer)&amp;gt;}Customer)&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 843px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23210iC9E56C23544D8155/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 838px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23209i5836C47568AE53D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.PNG" style="width: 851px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23211iAAFF2A0F3ECBE1DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.PNG" alt="3.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-a-new-customers-using-Set-Analysis/m-p/1644820#M48093</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-11-08T13:13:40Z</dc:date>
    </item>
  </channel>
</rss>

