<?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/606562#M680945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in chart you can replace your dim [Primary key] with&lt;/P&gt;&lt;P&gt;=if([Primary key]=566565,[Primary key], null())&lt;/P&gt;&lt;P&gt;and then check the flag "Suppress when value is null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script you can filter adding a where clause&lt;/P&gt;&lt;P&gt;LOAD [Primary key], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Con Numbers]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;..............................&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Primary key]=566565;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 19:09:34 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-04-22T19:09:34Z</dc:date>
    <item>
      <title>Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/606559#M680942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concern&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hear is the sample QVW With Data I have&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need only row with primary key 566565&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 18:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/606559#M680942</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2014-04-22T18:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/606560#M680943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only({&amp;lt;[Primary key] = {566565}&amp;gt;}[Primary key])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/606560#M680943</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-22T19:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/606561#M680944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have many Primary keys&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;I &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;need all the&amp;nbsp; Primary Keys with more than one Con Number&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/606561#M680944</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2014-04-22T19:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/606562#M680945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in chart you can replace your dim [Primary key] with&lt;/P&gt;&lt;P&gt;=if([Primary key]=566565,[Primary key], null())&lt;/P&gt;&lt;P&gt;and then check the flag "Suppress when value is null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script you can filter adding a where clause&lt;/P&gt;&lt;P&gt;LOAD [Primary key], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Con Numbers]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;..............................&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Primary key]=566565;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/606562#M680945</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-22T19:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/606563#M680946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo &lt;/P&gt;&lt;P&gt;Thanks for the reply I am not looking for one Primary Key &lt;/P&gt;&lt;P&gt;I am checking for all the primary Keys in my data model with 2 Con Numbers &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/606563#M680946</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2014-04-22T19:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/606564#M680947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Directory;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Source:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;load * where cnt &amp;gt; 1;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;load [Primary key],&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count (distinct [Con Numbers]) as cnt&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[Book1 (1) (1).xlsx]&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;group by [Primary key];&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Table:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Inner Keep (Source)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;LOAD [Primary key],&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Con Numbers]&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[Book1 (1) (1).xlsx]&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/606564#M680947</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-22T19:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Dupes/m-p/606565#M680948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only({&amp;lt;[Primary key] = {"=COUNT([Con Numbers])&amp;gt;1"}&amp;gt;}[Primary key])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dupes/m-p/606565#M680948</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-22T19:35:24Z</dc:date>
    </item>
  </channel>
</rss>

