<?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: How to find distinct data points per person in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106680#M366454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you need this information on the front end of the application. If that's true, I wouldn't even recommend using Len(Trim())... that part should be fixed during the application reload. May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD user,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(Len(Trim(name)) &amp;gt; 0, name) as &lt;/STRONG&gt;name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(Len(Trim(email)) &amp;gt; 0, email) as &lt;/STRONG&gt;email,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(Len(Trim(zipcode)) &amp;gt; 0, zipcode) as &lt;/STRONG&gt;zipcode,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;f(Len(Trim(birthday)) &amp;gt; 0, birthday) as &lt;/STRONG&gt;birthday&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="216119" data-objecttype="1" href="https://community.qlik.com/thread/216119" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;https://community.qlik.com/thread/216119&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now once you have fixed the white space and made it into null, you can simply use RangeCount() function&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124061_Capture.PNG" style="height: 236px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2016 01:11:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-10T01:11:44Z</dc:date>
    <item>
      <title>How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106677#M366451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am looking for a way to list distinct data points on a user and then show it in groups after.&lt;/P&gt;&lt;P&gt;Example is a I have an email, name, zip code, and birthday for Bob.&amp;nbsp; That would be 4 data points.&amp;nbsp; We only have Susan's Name and Birthday so that's only 2 data points.&lt;/P&gt;&lt;P&gt;Then I could also do a sum of people with 2 data points and so on.&lt;/P&gt;&lt;P&gt;The data would be null in the fields if there isn't any collected yet for that person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table simplified like this for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 394px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="64"&gt;user&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="89"&gt;name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="106"&gt;email&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;zipcode&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="71"&gt;birthday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;BobD&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Bob Kelly&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;A href="mailto:Bob@Kelly.com"&gt;Bob@Kelly.com&lt;/A&gt;&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;90210&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;12/12/2001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Susan O&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Susan Oleade&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;A href="mailto:Susan@O.com"&gt;Susan@O.com&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;DaveC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Dave Clarke&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;10001&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 17:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106677#M366451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-09T17:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106678#M366452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD user, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; email, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; zipcode, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; birthday,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RangeCount(If(Len(Trim(name)) &amp;gt; 0, name),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(email)) &amp;gt; 0, email),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(zipcode)) &amp;gt; 0, zipcode),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(birthday)) &amp;gt; 0, birthday)) as DataPointCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="216119" data-objecttype="1" href="https://community.qlik.com/thread/216119"&gt;https://community.qlik.com/thread/216119&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to use Len(Trim()) to check for white space, but in your case, if the values are truly null, then you might just be able to use this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;RangeCount(&lt;/STRONG&gt;&lt;STRONG&gt;name, &lt;/STRONG&gt;&lt;STRONG&gt;email, &lt;/STRONG&gt;&lt;STRONG&gt;zipcode, &lt;/STRONG&gt;&lt;STRONG&gt;birthday) as &lt;STRONG style="font-size: 13.3333px;"&gt;DataPointCount&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124057_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 21:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106678#M366452</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-09T21:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106679#M366453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great.&amp;nbsp; Exactly what I was looking for.&lt;/P&gt;&lt;P&gt;Another work around I just got to as well is making an expression in a straight table for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT birthdate) + if(trim(zipcode='',0, count(DISTINCT trim(zipcode))) + if(trim(last_name)='', 0, count(DISTINCT last_name))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try both and see which one gives a cleaner answer for charting.&lt;/P&gt;&lt;P&gt;I am thinking the&amp;nbsp; one with the Len(Trim) will.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I greatly appreciate your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 21:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106679#M366453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-09T21:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106680#M366454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you need this information on the front end of the application. If that's true, I wouldn't even recommend using Len(Trim())... that part should be fixed during the application reload. May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD user,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(Len(Trim(name)) &amp;gt; 0, name) as &lt;/STRONG&gt;name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(Len(Trim(email)) &amp;gt; 0, email) as &lt;/STRONG&gt;email,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(Len(Trim(zipcode)) &amp;gt; 0, zipcode) as &lt;/STRONG&gt;zipcode,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;f(Len(Trim(birthday)) &amp;gt; 0, birthday) as &lt;/STRONG&gt;birthday&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="216119" data-objecttype="1" href="https://community.qlik.com/thread/216119" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;https://community.qlik.com/thread/216119&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now once you have fixed the white space and made it into null, you can simply use RangeCount() function&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124061_Capture.PNG" style="height: 236px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 01:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106680#M366454</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-10T01:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106681#M366455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think sunny give the correct answer &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RangeCount(If(Len(Trim(name)) &amp;gt; 0, name),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(email)) &amp;gt; 0, email),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(zipcode)) &amp;gt; 0, zipcode),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(birthday)) &amp;gt; 0, birthday)) as DataPointCount&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 04:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106681#M366455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T04:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106682#M366456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I have never used rangecount.&amp;nbsp; To finish this off, what is the best way to also display the groups of data points?&amp;nbsp; Like 650 groups of data points with 3, and 234 groups of data points of 5 and so on.&amp;nbsp; Assuming you have a lots of like a thousand or more.&lt;/P&gt;&lt;P&gt;This bar chart could&amp;nbsp; show a user where to concentrate more energy on in collecting more data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 12:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106682#M366456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T12:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106683#M366457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I got it.&amp;nbsp; I just used the rangecount formula as a dimension.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 17:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106683#M366457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T17:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106684#M366458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it seems that you are not trying to count the number of data point available within name, email, zipcode, birthday. Is this true?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 17:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106684#M366458</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-10T17:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106685#M366459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well yes I want to do a few things here.&amp;nbsp; One is to show show a graph on the data points and the number each has.&amp;nbsp; It would be good at a glance to see we have 650 zipcodes and 1100 email addresses.&amp;nbsp; I am thinking a bar chart with the different data points at the bottom.&amp;nbsp; I am also using this in a straight table when you can sort by data point number and export a user list that way too.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Right now the bar chart seems to be the more difficult one. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 14:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106685#M366459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106686#M366460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106686#M366460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T15:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106687#M366461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I Imported data and gave a mockup bar chart on what I am trying to achieve.&lt;/P&gt;&lt;P&gt;I do like your Data Integrity chart.&amp;nbsp; I will use that to see a high level of everything for this and other projects.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 16:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106687#M366461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106688#M366462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check the attached now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124454_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 16:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106688#M366462</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106689#M366463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok that is it.&amp;nbsp; Question.&amp;nbsp; Using this will it show all fields?&amp;nbsp; If I have 100 fields and only want to see the values of 6 of them.&amp;nbsp; I haven't used $Field before.&amp;nbsp; I am assuming that is what it is doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 17:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106689#M366463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106690#M366464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can restrict fields from certain tables or by deciding what you wish to see. For instance I removed Email by using a calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Not Match($Field, 'Email'), $Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124455_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 17:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106690#M366464</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T17:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106691#M366465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a more specific match, you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match($Field, 'FieldName1', &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;'FieldName2', &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;'FieldName3', &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;'FieldName4', &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;'FieldName5', &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;'FieldName6'), $Field)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and then Select 'Suppress When Value Is Null' on the dimensions tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 17:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106691#M366465</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T17:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106692#M366466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this in a dashboard with other fields and got No Data to display.&amp;nbsp; I changed the field names to match what I have.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The expression I used too was: Count(email) - $(=concat('if($Field=' &amp;amp; chr(39) &amp;amp; $Field &amp;amp; chr(39) &amp;amp; ',nullcount([' &amp;amp; $Field &amp;amp; '])', ',') &amp;amp; concat(right($Field&amp;amp;')',1)))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the Count(email) to match my unique field.&lt;/P&gt;&lt;P&gt;Let me know if I should be changing anything.&amp;nbsp; This is great stuff you are doing here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 19:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106692#M366466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T19:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106693#M366467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be already doing it, but you did not talk about it and I want to make sure you are not missing this, but do you have $Field as the dimension or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 21:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106693#M366467</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T21:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106694#M366468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you could simplify the script a bit as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-rangesum(Len(Trim(name)) &amp;gt; 0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Len(Trim(email)) &amp;gt; 0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Len(Trim(zipcode)) &amp;gt; 0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Len(Trim(birthday)) &amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) as DataPointCount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 23:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106694#M366468</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-05-12T23:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106695#M366469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am using the $Field as a dimension.&lt;/P&gt;&lt;P&gt;So I tried it with a new data set from an excel file and it works fine.&lt;/P&gt;&lt;P&gt;But my data set shows no data.&amp;nbsp; When I remove $(=concat('if($Field=' &amp;amp; chr(39) &amp;amp; $Field &amp;amp; chr(39) &amp;amp; ',nullcount([' &amp;amp; $Field &amp;amp; '])', ',') &amp;amp; concat(right($Field&amp;amp;')',1)))&amp;nbsp; from the expressions and just leave Count(Email) it shows a total overall same number for all fields.&amp;nbsp; So for some reason that formula doesn't work with my data.&amp;nbsp; I am taking it from an API call then doing a preload with the Len.&amp;nbsp; Everything looks correct in the table view.&amp;nbsp; I am still trying to modify this in order to get the unique count per field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 14:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106695#M366469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-13T14:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to find distinct data points per person</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106696#M366470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add to this I exported my data out to excel and then into Qlikview to create a new QVW and it works.&amp;nbsp; But I need it to work with the API call.&amp;nbsp; I then made a QVD from the API call instead and it still doesn't work.&amp;nbsp; I then made a new document and loaded the QVD into it and it works.&amp;nbsp; I am wondering if it is because the field "Email" is a key to another table.&amp;nbsp; In test documents I don't load the other table with the "Email" key.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Maybe this isn't possible to do.Just trying to wrap my head around why it doesn't work still.&amp;nbsp; The formula is correct everywhere else though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-distinct-data-points-per-person/m-p/1106696#M366470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-13T15:14:52Z</dc:date>
    </item>
  </channel>
</rss>

