<?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: filter for distinct field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459575#M171559</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;table A contains distinct unique IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I am doing at the moment is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tableB:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where condition1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where condition 2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence your method nilesh doesnt accomplish the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help though. hopefully my clarification helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 16:21:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-16T16:21:40Z</dc:date>
    <item>
      <title>filter for distinct field</title>
      <link>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459572#M171556</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 have a&lt;STRONG&gt; table A&lt;/STRONG&gt; where each record has a unique ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a &lt;STRONG&gt;table B&lt;/STRONG&gt; from table A by concatenating various conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now realised some records appear 2 or more times in &lt;STRONG&gt;table B&lt;/STRONG&gt; as they belong to 2 or more conditions. How can I filter to only show each unique ID once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realised i can do &lt;STRONG&gt;count (distinct unique ID) &lt;/STRONG&gt;in a chart, however this adds an additional column which i dont want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a solution to this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 15:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459572#M171556</guid>
      <dc:creator />
      <dc:date>2013-04-16T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: filter for distinct field</title>
      <link>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459573#M171557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use "Distinct" at the time of load. then your scrip of loading &lt;STRONG&gt;table B &lt;/STRONG&gt;is as follows&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load distinct * from table B;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459573#M171557</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-04-16T16:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: filter for distinct field</title>
      <link>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459574#M171558</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;table A contains distinct unique IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I am doing at the moment is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tableB:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where condition1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where condition 2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence your method nilesh doesnt accomplish the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help though. hopefully my clarification helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459574#M171558</guid>
      <dc:creator />
      <dc:date>2013-04-16T16:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: filter for distinct field</title>
      <link>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459575#M171559</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;table A contains distinct unique IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I am doing at the moment is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tableB:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where condition1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where condition 2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence your method nilesh doesnt accomplish the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help though. hopefully my clarification helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459575#M171559</guid>
      <dc:creator />
      <dc:date>2013-04-16T16:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: filter for distinct field</title>
      <link>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459576#M171560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are concatenating the two tables its difficult to have distinct values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of that you can join the two tables on the field &lt;STRONG&gt;"1"....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-Nilesh&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459576#M171560</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-04-16T16:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: filter for distinct field</title>
      <link>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459577#M171561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;tableB:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;where condition1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;Load * &lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;where not Exists(1); //Field1 Name&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;resident tableA&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;where condition 2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;//Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-for-distinct-field/m-p/459577#M171561</guid>
      <dc:creator />
      <dc:date>2013-04-16T16:49:59Z</dc:date>
    </item>
  </channel>
</rss>

