<?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: Dupes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338489#M515463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to create a bar chart, the totals don't appear right. Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 20:51:23 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2017-05-12T20:51:23Z</dc:date>
    <item>
      <title>Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338485#M515459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be easy so I don't know why my brain can't get there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of providers by facility. I need a table/pivot chart that shows those that are duplicated (based on NPI number) at the same facility. I can get &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NPI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;to show counts but I only want the provider info listed if the count &amp;gt; 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think the conditional expression &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NPI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=&amp;gt;2 &lt;/SPAN&gt; would work but I still see providers with only one occurrence at a facility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I only want those with &amp;gt;2 in this chart and the total to reflect that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5-12-2017 1-22-31 PM.jpg" class="jive-image image-1" src="/legacyfs/online/163223_5-12-2017 1-22-31 PM.jpg" style="width: 620px; height: 262px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338485#M515459</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-05-12T20:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338486#M515460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=if(count( NPI)&amp;gt;=2,count(NPI))&lt;/P&gt;&lt;P&gt;for your expresssion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338486#M515460</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-05-12T20:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338487#M515461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338487#M515461</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-05-12T20:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338488#M515462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&amp;nbsp; you can try :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=count({&amp;lt;Provider={"=count(NPI)&amp;gt;=2"}&amp;gt;} NPI)&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338488#M515462</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-05-12T20:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338489#M515463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to create a bar chart, the totals don't appear right. Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338489#M515463</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-05-12T20:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338490#M515464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a snapshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338490#M515464</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-05-12T20:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338491#M515465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what I want is how many distinct cases of duplicated NPIs are there at each facility?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5-12-2017 1-57-04 PM.jpg" class="jive-image image-1" src="/legacyfs/online/163225_5-12-2017 1-57-04 PM.jpg" style="width: 620px; height: 180px;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338491#M515465</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-05-12T20:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338492#M515466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't open your .qvw because i'am on Personnal edition, but 262 is Count(distinct NPI) and 952 is Count(NPI)? That 's it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 21:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338492#M515466</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-05-12T21:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338493#M515467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. 262 is row count of the same expression. 952 is Sum of Rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 21:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/1338493#M515467</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-05-12T21:06:45Z</dc:date>
    </item>
  </channel>
</rss>

