<?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 Find common values in a field based on other field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528338#M482784</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 two fields, consider field1 and field2.&lt;/P&gt;&lt;P&gt;Field1 has two values 0 and 1.&lt;/P&gt;&lt;P&gt;Field2 has values like A,B,C,D,E,F,G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two fields are related to each other, if i select 0 from field1, it will filter A,B,C,D.&lt;/P&gt;&lt;P&gt;if i select 1 from field1, it will filter everything in field2 means A,B,C,D,E,F,G.&lt;/P&gt;&lt;P&gt;Now i want to get the common values between these selections. i.e., A,B,C,D &lt;/P&gt;&lt;P&gt;i want to get the common values in other listbox which should show A,B,C,D.&lt;/P&gt;&lt;P&gt;How can we get that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 12:02:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-26T12:02:24Z</dc:date>
    <item>
      <title>Find common values in a field based on other field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528338#M482784</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 two fields, consider field1 and field2.&lt;/P&gt;&lt;P&gt;Field1 has two values 0 and 1.&lt;/P&gt;&lt;P&gt;Field2 has values like A,B,C,D,E,F,G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two fields are related to each other, if i select 0 from field1, it will filter A,B,C,D.&lt;/P&gt;&lt;P&gt;if i select 1 from field1, it will filter everything in field2 means A,B,C,D,E,F,G.&lt;/P&gt;&lt;P&gt;Now i want to get the common values between these selections. i.e., A,B,C,D &lt;/P&gt;&lt;P&gt;i want to get the common values in other listbox which should show A,B,C,D.&lt;/P&gt;&lt;P&gt;How can we get that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 12:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528338#M482784</guid>
      <dc:creator />
      <dc:date>2013-07-26T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Find common values in a field based on other field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528339#M482785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/thread/87834"&gt;this tutorial&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 13:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528339#M482785</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-26T13:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find common values in a field based on other field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528340#M482786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bydefault our selection of listbox work on union. if you want to work on intersection then must be used And mode option.&lt;/P&gt;&lt;P&gt;for this&lt;/P&gt;&lt;P&gt;simply load your table in script with Distinct keyword.&lt;/P&gt;&lt;P&gt;then right clik on the field1 and in general check the And mode option the select o and1 then your common field are selected in field2.&lt;/P&gt;&lt;P&gt;see attachement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 13:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528340#M482786</guid>
      <dc:creator />
      <dc:date>2013-07-26T13:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Find common values in a field based on other field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528341#M482787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now, I want to get E,F,G as a value in the listbox always.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It should not change even if we make any selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can we get?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;get excluded values, which is present in when field1=1, but not in field1=0.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 09:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-common-values-in-a-field-based-on-other-field/m-p/528341#M482787</guid>
      <dc:creator />
      <dc:date>2013-07-29T09:52:05Z</dc:date>
    </item>
  </channel>
</rss>

