<?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 missing customer ids in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223122#M858041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First works too. Only thing is - there are no customer ids that are present in 2015 and not in 2016, because 2016 is a super-set here in your sample. Therefore you don't get anything to see as output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 06:53:43 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-02-08T06:53:43Z</dc:date>
    <item>
      <title>find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223115#M858034</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'm attaching a sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is if i select particular year and see the sales in the chart, i want to see the missing customers by comparing previous year clients and show this in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone pleas ehelp?&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/find-missing-customer-ids/m-p/1223115#M858034</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223116#M858035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham, you can simply do a pivot table instead of a straight table. Then drag and drop the Period Dimension on top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot_3.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152239_pivot_3.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 07:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223116#M858035</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-02-07T07:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223117#M858036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what i want is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in&amp;nbsp; a chart for year selected 2016,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the customers that exist in 2015 but not available in 2016.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 07:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223117#M858036</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2017-02-07T07:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223118#M858037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then you need set analysis in Your Expression, maybe like this, remove Period in Your Dimension.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Period&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=max(Period))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; for selected period (2016)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Period&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=max(Period)-1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; for selected -1 period (2015)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 07:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223118#M858037</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-02-07T07:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223119#M858038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your 1st expression gives customer sales for only 2016, second expression gives for only 2015.&lt;/P&gt;&lt;P&gt;how can i get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;the customers that exist in 2015 but not available in 2016.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 08:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223119#M858038</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2017-02-07T08:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223120#M858039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;For - Present in 2015 and not in 2016 :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;CustomerId=p({&amp;lt;Period={'$(=max(Period)-1)'}&amp;gt;})&amp;gt;-&amp;lt;CustomerId=p({&amp;lt;Period={'$(=max(Period))'}&amp;gt;})&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For - Present in 2016 and not in 2015 :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Sum({&amp;lt;CustomerId=p({&amp;lt;Period={'$(=max(Period))'}&amp;gt;})&amp;gt;-&amp;lt;CustomerId=p({&amp;lt;Period={'$(=max(Period)-1)'}&amp;gt;})&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 08:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223120#M858039</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-02-07T08:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223121#M858040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Tresesco, 2nd expression works but not 1st one. can you please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 05:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223121#M858040</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2017-02-08T05:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: find missing customer ids</title>
      <link>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223122#M858041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First works too. Only thing is - there are no customer ids that are present in 2015 and not in 2016, because 2016 is a super-set here in your sample. Therefore you don't get anything to see as output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 06:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-missing-customer-ids/m-p/1223122#M858041</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-02-08T06:53:43Z</dc:date>
    </item>
  </channel>
</rss>

