<?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: Inline join syntax - need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063803#M938420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I just removed "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NOCONCATENATE".&amp;nbsp; When I ran it, I got an "Table Not Found" error.&amp;nbsp; I did it as a test.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2016 19:54:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-05T19:54:35Z</dc:date>
    <item>
      <title>Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063795#M938412</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;What's the correct syntax for joining two inline tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supposed I have these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; STATE&lt;/P&gt;&lt;P&gt;&amp;nbsp; MA&lt;/P&gt;&lt;P&gt;&amp;nbsp; IL&lt;/P&gt;&lt;P&gt;&amp;nbsp; FL&lt;/P&gt;&lt;P&gt;&amp;nbsp; CA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CITY:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; STATE, CITY&lt;/P&gt;&lt;P&gt;&amp;nbsp; MA, BOSTON&lt;/P&gt;&lt;P&gt;&amp;nbsp; IL, CHICAGO&lt;/P&gt;&lt;P&gt;&amp;nbsp; FL, MIAMI&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ CODE HERE ] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I write the code to join STATE and CITY and place the code inside the &lt;SPAN style="font-size: 13.3333px;"&gt;[ CODE HERE ] area?&amp;nbsp; I know you can add&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;the JOIN clause before the "CITY:" in above like but I want to write the statement AFTER the two tables are created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (STATE)&lt;/P&gt;&lt;P&gt;CITY:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; STATE, CITY&lt;/P&gt;&lt;P&gt;&amp;nbsp; MA, BOSTON&lt;/P&gt;&lt;P&gt;&amp;nbsp; IL, CHICAGO&lt;/P&gt;&lt;P&gt;&amp;nbsp; FL, MIAMI&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 18:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063795#M938412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T18:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063796#M938413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you trying to do, but may be this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STATE:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; STATE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; MA&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; CA&lt;/P&gt;&lt;P style="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="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CITY:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; STATE, CITY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; MA, BOSTON&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IL, CHICAGO&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FL, MIAMI&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;JOINED_TABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NOCONCATENATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RESIDENT STATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LEFT JOIN (JOINED_TABLE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RESIDENT CITY;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DROP TABLES, CITY, STATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063796#M938413</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-05T19:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063797#M938414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can join in the second the Load statement before. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STATE:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; STATE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; MA&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; CA&lt;/P&gt;&lt;P style="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="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left Join (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;STATE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CITY:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; STATE, CITY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; MA, BOSTON&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IL, CHICAGO&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FL, MIAMI&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Why you need to join after two tables loaded ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063797#M938414</guid>
      <dc:creator />
      <dc:date>2016-02-05T19:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063798#M938415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you are trying to achieve, by doing so..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063798#M938415</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-05T19:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063799#M938416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your sample worked.&amp;nbsp; Well two reason I want to do this.&amp;nbsp; First, I want to learn how to write this syntax.&lt;/P&gt;&lt;P&gt;Second, I may have 5 or 10 tables in the app.&amp;nbsp; But, there are instances where I may need to join Table1,&lt;/P&gt;&lt;P&gt;Table7 and Table10 in order to produce Table11 and the join needs to happen after all the tables have been created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063799#M938416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T19:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063800#M938417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One question I have is: what does "&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NOCONCATENATE" &lt;/STRONG&gt;do as in ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;JOINED_TABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;NOCONCATENATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RESIDENT STATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063800#M938417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T19:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063801#M938418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I am doing a LOAD *, I am going to bring all the fields from STATE table without changing their name it will autoconcatenate it to the state table if I don't add NOCONCATENATE. NOCONCATENATE tells QlikView to not append it to STATE and create a new table named JOINED_TABLE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063801#M938418</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-05T19:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063802#M938419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;generally in qlikview, if &lt;SPAN style="font-size: 13.3333px;"&gt;two tables with identical field sets they would normally be &lt;/SPAN&gt;&lt;A class="MCXref_0" style="font-size: 13.3333px;"&gt;&lt;EM&gt;Concatenation&lt;/EM&gt;&lt;/A&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;NoConcatenate&lt;/SPAN&gt; prefix forces two tables with identical field sets to be treated as two separate internal tables. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063802#M938419</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-05T19:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063803#M938420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I just removed "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NOCONCATENATE".&amp;nbsp; When I ran it, I got an "Table Not Found" error.&amp;nbsp; I did it as a test.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063803#M938420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T19:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063804#M938421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, testing is a good way to learn new things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063804#M938421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-05T19:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063805#M938422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that mean it's required?&amp;nbsp; Just trying to understand the responses here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063805#M938422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T19:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063806#M938423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you do, without that you will get error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063806#M938423</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-05T19:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063807#M938424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I guess the more I do with QV, the more i will learn.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the earlier responses, I was interpreting it as an option.&amp;nbsp; pradeep said "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The &lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; prefix forces two tables with identical field sets to be treated as two separate internal tables".&amp;nbsp; "forces" usually implies it's an option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You explicitly places the code there but you don't have to.&amp;nbsp; In this case, it will fail if you don't have to.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 20:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063807#M938424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T20:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063808#M938425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess what he is trying to say is that you would need NOCONCATENATE for something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you add a dummy field or rename one of the fields then you won't need it. For example:&lt;/P&gt;&lt;P&gt;&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; 1 as Dummy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above won't need NOCONCATENATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 20:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063808#M938425</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-05T20:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063809#M938426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.&amp;nbsp; I interpreted incorrectly.&amp;nbsp; Sorry pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 20:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063809#M938426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T20:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inline join syntax - need help</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063810#M938427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, we are glad we were able to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 20:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-join-syntax-need-help/m-p/1063810#M938427</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-05T20:16:57Z</dc:date>
    </item>
  </channel>
</rss>

