<?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: Union two tables not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10198#M1580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still the same issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2018 11:49:41 GMT</pubDate>
    <dc:creator>matthewp</dc:creator>
    <dc:date>2018-02-26T11:49:41Z</dc:date>
    <item>
      <title>Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10193#M1575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done this before with other QV solutions but this one isnt working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 load scripts from 2 files (previous and current year)&lt;/P&gt;&lt;P&gt;2 qvds&lt;/P&gt;&lt;P&gt;1 qvw (front end)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extract script 1 code (SQL is simplified for example) DiaryPY.qvw:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load * ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SQL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SELECT * FROM Diary WHERE Year = '2017';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;Diary INTO C:Users\&lt;SPAN style="font-size: 13.3333px;"&gt;DiaryPY.QVD;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Diary;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Extract script 2 code (SQL is simplified for example) Diary.qvw:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load * ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SQL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SELECT * FROM Diary WHERE Year = '2018';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;Diary INTO C:Users\&lt;SPAN style="font-size: 13.3333px;"&gt;DiaryCY.QVD;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Diary;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load script 1 code (Qualifies are for other tabs that are working fine):&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;UNQUALIFY Field1, Field2, Field3, Field4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;FROM C:Users\DiaryPY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;FROM C:Users\DiaryCY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The issue I am having is when i look at the Available fields loaded in, it is splitting them as Diary.Field1, Diary.Field2 etc and then DiaryCY.Field1, DiaryCY.Field2 etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want them all to be recognised as the same table (like a UNION in SQL).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10193#M1575</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2018-02-26T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10194#M1576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;use concatenate maybe?&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;UNQUALIFY Field1, Field2, Field3, Field4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;FROM C:Users\DiaryPY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;CONCATENATE&lt;/STRONG&gt; LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;FROM C:Users\DiaryCY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 10:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10194#M1576</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-02-26T10:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10195#M1577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still the same issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 10:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10195#M1577</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2018-02-26T10:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10196#M1578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this then, the table Field will be used as a flag to keep them separated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field8,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;'PY' as table&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;FROM C:Users\DiaryPY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;CONCATENATE&lt;/STRONG&gt; LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field8,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;'CY' as table&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;FROM C:Users\DiaryCY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10196#M1578</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-02-26T11:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10197#M1579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First merge the tables (using the CONCATENATE prefix that Staffan suggested), &lt;EM&gt;then&lt;/EM&gt; Qualify the fields by loading them into a new Resident table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify will always er... qualify fields from different sources by tagging the field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10197#M1579</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-26T11:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10198#M1580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still the same issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10198#M1580</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2018-02-26T11:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10199#M1581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10199#M1581</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2018-02-26T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10200#M1582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is ineteresting, wouldn't expect this behaviour. I guess QUALIFY uses provided label and if no label provided then it tries to get label from source (hence Diary.Field5 but DiaryCY.Field5). I'd try two things:&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;//First option&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;UNQUALIFY Field1, Field2, Field3, Field4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;STRONG&gt;FROM C:Users\Diary*.QVD (qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;//Second option&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;UNQUALIFY Field1, Field2, Field3, Field4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;FROM C:Users\DiaryPY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;Diary:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;CONCATENATE (Diary)&lt;/STRONG&gt; LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;FROM C:Users\DiaryCY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.33px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.33px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10200#M1582</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-26T11:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Union two tables not working</title>
      <link>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10201#M1583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anyone who is having this problem, its is the UNQUALIFY it needs to be move to the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;Diary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;FROM C:Users\DiaryPY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Field8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;FROM C:Users\DiaryCY.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;UNQUALIFY Field1, Field2, Field3, Field4;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-two-tables-not-working/m-p/10201#M1583</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2018-02-26T13:05:41Z</dc:date>
    </item>
  </channel>
</rss>

