<?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 Field matching in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-matching/m-p/683889#M247906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stuck at the below requirement, your help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one table with fields&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;load A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D,&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;From tab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have second table with fields&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;load A,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;From tab2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you observed both the table it has common filed A, B.&lt;/P&gt;&lt;P&gt;But in table 2 I want to show C, D,E as blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manually I can do this by loading tab2 as&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;load A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;'' as C,&lt;/P&gt;&lt;P&gt;'' as D,&lt;/P&gt;&lt;P&gt;'' as E&lt;/P&gt;&lt;P&gt;from tab2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't want to do it manually, because I need to check 45 tables with tab1.i.e I need to check which fields are missing from 45 tables which is available in tab1, if it is missing assign it as blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to automate using loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 11:30:29 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2014-06-16T11:30:29Z</dc:date>
    <item>
      <title>Field matching</title>
      <link>https://community.qlik.com/t5/QlikView/Field-matching/m-p/683889#M247906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stuck at the below requirement, your help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one table with fields&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;load A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D,&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;From tab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have second table with fields&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;load A,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;From tab2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you observed both the table it has common filed A, B.&lt;/P&gt;&lt;P&gt;But in table 2 I want to show C, D,E as blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manually I can do this by loading tab2 as&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;load A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;'' as C,&lt;/P&gt;&lt;P&gt;'' as D,&lt;/P&gt;&lt;P&gt;'' as E&lt;/P&gt;&lt;P&gt;from tab2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't want to do it manually, because I need to check 45 tables with tab1.i.e I need to check which fields are missing from 45 tables which is available in tab1, if it is missing assign it as blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to automate using loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-matching/m-p/683889#M247906</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-06-16T11:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field matching</title>
      <link>https://community.qlik.com/t5/QlikView/Field-matching/m-p/683890#M247907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Force concatenate them, like:&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From &amp;lt;tab1&amp;gt;;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From &amp;lt;tab2&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-matching/m-p/683890#M247907</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-16T11:34:05Z</dc:date>
    </item>
  </channel>
</rss>

