<?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 Regarding Concatenation! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224188#M712187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will happen if I concatenate two tables like the way which is given below. What will be result and drawback if I do so. Will I be getting the same result like the way we load seperately. Please summarize!&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;SQL Select A,B,C,D,E from table1;&lt;/P&gt;&lt;P&gt;Concatenate table2:&lt;/P&gt;&lt;P&gt;SQL Select A,C,D,E from table2;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; FYI Column B is not available in table2 whereas it is available in table1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Dec 2010 13:48:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-15T13:48:37Z</dc:date>
    <item>
      <title>Regarding Concatenation!</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224188#M712187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will happen if I concatenate two tables like the way which is given below. What will be result and drawback if I do so. Will I be getting the same result like the way we load seperately. Please summarize!&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;SQL Select A,B,C,D,E from table1;&lt;/P&gt;&lt;P&gt;Concatenate table2:&lt;/P&gt;&lt;P&gt;SQL Select A,C,D,E from table2;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; FYI Column B is not available in table2 whereas it is available in table1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224188#M712187</guid>
      <dc:creator />
      <dc:date>2010-12-15T13:48:37Z</dc:date>
    </item>
    <item>
      <title>Regarding Concatenation!</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224189#M712189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the result will be a table with A,B,C,D,E fields, but for all the records from the table 2, B will be NULL&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224189#M712189</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-12-15T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Regarding Concatenation!</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224190#M712190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Ok will we get the same result if we create the chart like the way as if the table was loaded seperately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224190#M712190</guid>
      <dc:creator />
      <dc:date>2010-12-15T13:59:18Z</dc:date>
    </item>
    <item>
      <title>Regarding Concatenation!</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224191#M712191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe or maybe not, that depends about how your chart is going to be, but the "big" problem i'm seeing is if you don't concatenate the 2 tables will be the huge synthetic key that it's going to appear&lt;/P&gt;&lt;P&gt;For my perspective, concatenate the two tables, and try your chart.&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 14:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224191#M712191</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-12-15T14:12:58Z</dc:date>
    </item>
    <item>
      <title>Regarding Concatenation!</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224192#M712192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes synthetic key will appear. To avoid the same I have renamed few of those columns and loaded the table seperatley instead of cocatenating both the tables.&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;SQL Select A,B,table1_C,table1_D,table1_E from table1;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;SQL Select A,table1_C,table1_D,table1_E from table2;&lt;/P&gt;&lt;P&gt;Let me know will this technique will give the exact result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 14:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224192#M712192</guid>
      <dc:creator />
      <dc:date>2010-12-15T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Regarding Concatenation!</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224193#M712193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No it will not get the same result. As you have changed the names of the columns you can't put the "under" each other in the same chart anymore.&lt;/P&gt;&lt;P&gt;You will end up with a table that grows on the width with extra columns.&lt;/P&gt;&lt;P&gt;Better doing a concatenation in the script and if you need to distinguish them add a flag (1 as flag for the first table and 2 as flag in the second table), this way you can distinguish them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 14:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224193#M712193</guid>
      <dc:creator />
      <dc:date>2010-12-15T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Regarding Concatenation!</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224194#M712194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The behavior of the data model is different between linked (or JOINed) and concatenated tables. See this post for some explanation.&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2009/11/understanding-join-and-concatenate.html"&gt;http://qlikviewnotes.blogspot.com/2009/11/understanding-join-and-concatenate.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 23:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Concatenation/m-p/224194#M712194</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-12-15T23:59:57Z</dc:date>
    </item>
  </channel>
</rss>

