<?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 Set Analysis A -B in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197026#M56855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to naming the keyfield the same, for example project, you can added an addtional field to identify the project as A or B.&lt;/P&gt;&lt;P&gt;project,&lt;/P&gt;&lt;P&gt;project AS project A&lt;/P&gt;&lt;P&gt;project AS project B.&lt;/P&gt;&lt;P&gt;QlikView will not see these as keys so you can identifiy each project.&lt;/P&gt;&lt;P&gt;These can also be counted in expressions.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 14:09:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-06T14:09:12Z</dc:date>
    <item>
      <title>Set Analysis A -B</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197023#M56852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list of projects from the source A. And have the second list of projects from the source B. How do I list A-B or vice verse?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 16:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197023#M56852</guid>
      <dc:creator />
      <dc:date>2011-04-04T16:56:01Z</dc:date>
    </item>
    <item>
      <title>Set Analysis A -B</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197024#M56853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you have a keyfield in both sources with the same name then it will connects automaticly when you load.&lt;/P&gt;&lt;P&gt;If you share your loading script I glady have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 15:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197024#M56853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-05T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Set Analysis A -B</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197025#M56854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea. I named the both fields same. Currently, I can distinguish the source of the projects, whether from list A or B. However, I don't know a way to have a chart (or a list etc.) listing only projects which are from source A but not in source B (A-B) or vice verse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 15:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197025#M56854</guid>
      <dc:creator />
      <dc:date>2011-04-05T15:59:32Z</dc:date>
    </item>
    <item>
      <title>Set Analysis A -B</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197026#M56855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to naming the keyfield the same, for example project, you can added an addtional field to identify the project as A or B.&lt;/P&gt;&lt;P&gt;project,&lt;/P&gt;&lt;P&gt;project AS project A&lt;/P&gt;&lt;P&gt;project AS project B.&lt;/P&gt;&lt;P&gt;QlikView will not see these as keys so you can identifiy each project.&lt;/P&gt;&lt;P&gt;These can also be counted in expressions.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 14:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197026#M56855</guid>
      <dc:creator />
      <dc:date>2011-04-06T14:09:12Z</dc:date>
    </item>
    <item>
      <title>Set Analysis A -B</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197027#M56856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it in the script you want to take care of it? It might not be the most optimized way, but here is an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;Table1:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Num, Label1&lt;BR /&gt;1,a&lt;BR /&gt;2,b&lt;BR /&gt;3,c];&lt;BR /&gt;&lt;BR /&gt;Table2:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Num, Label2&lt;BR /&gt;3,c&lt;BR /&gt;4,d&lt;BR /&gt;5,e];&lt;BR /&gt;&lt;BR /&gt;Final:&lt;BR /&gt;Load Num, Label1 as Label, 'Table1' as Source&lt;BR /&gt;Resident Table1&lt;BR /&gt;Where NOT Exists(Label2,Label1);&lt;BR /&gt;concatenate&lt;BR /&gt;Load Num, Label1 as Label, 'Both' as Source&lt;BR /&gt;Resident Table1&lt;BR /&gt;Where Exists(Label2,Label1);&lt;BR /&gt;concatenate&lt;BR /&gt;Load Num, Label2 as Label, 'Table2' as Source&lt;BR /&gt;Resident Table2&lt;BR /&gt;Where Not Exists (Label1, Label2);&lt;BR /&gt;&lt;BR /&gt;Drop table Table1;&lt;BR /&gt;Drop table Table2;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 14:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197027#M56856</guid>
      <dc:creator />
      <dc:date>2011-04-06T14:58:13Z</dc:date>
    </item>
    <item>
      <title>Set Analysis A -B</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197028#M56857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your solution works fine in order to only list few fields in the manner I want . However, I have more than 20 fields along with to operate on in both Table 1 and Table 2. So, in my case QV can't manage to load the data; waiting for minutes, then freezing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 13:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197028#M56857</guid>
      <dc:creator />
      <dc:date>2011-04-07T13:37:37Z</dc:date>
    </item>
    <item>
      <title>Set Analysis A -B</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197029#M56858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have fixed my issue. I used your way to distingue the sources and to collect the data from the two tables into the final table with the related information and id only. Then I reloaded Table1 and Table2 with all the fields, and making a logical connection between the final table and these two full loaded tables through id fields by naming them same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 14:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-A-B/m-p/197029#M56858</guid>
      <dc:creator />
      <dc:date>2011-04-07T14:56:27Z</dc:date>
    </item>
  </channel>
</rss>

