<?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: Load extra one collumn in preceeding load - Preceeding load problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316468#M840900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;100% agree with Vineeth... no idea what you are doing and what is going wrong when you select Channel Code &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 11:43:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-05-10T11:43:28Z</dc:date>
    <item>
      <title>Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316461#M840893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have using the following code and 'ChnlCode' column is loaded along with two other columns and I only expect it will only contain two column: [%Territory Key],Flag&lt;/P&gt;&lt;P&gt;[BC]:&lt;BR /&gt;Load&lt;BR /&gt;[%Territory Key],&lt;BR /&gt; if (ChnlCode=6,'DCIO',if(Match(ChnlCode,'1', '11', '12', '2'),'BC')) as Flag;&lt;/P&gt;&lt;P&gt;Load [%Territory Key],&lt;BR /&gt;[Channel Code] as ChnlCode,&lt;BR /&gt;[Wholesaler Full Name]&lt;BR /&gt;Resident [Dim Territory];&lt;/P&gt;&lt;P&gt;left Join&lt;BR /&gt;Load [Channel Code] as ChnlCode&lt;BR /&gt;Resident [Dim Channel]&lt;BR /&gt;where match([Channel Code],'1', '11', '12', '2','6');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what is wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316461#M840893</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316462#M840894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use 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;&lt;STRONG&gt;[BC]:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[%Territory Key],&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;if (ChnlCode=6,'DCIO',if(Match(ChnlCode,'1', '11', '12', '2'),'BC')) as Flag;&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 [%Territory Key],&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Channel Code] as ChnlCode,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Wholesaler Full Name]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident [Dim Territory];&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;[Dim]:&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 [Channel Code] as ChnlCode&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 [Dim Channel]&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;left Join ([BC])&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load ChnlCode&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident [Dim]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;where match(ChnlCode,'1', '11', '12', '2','6');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 11:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316462#M840894</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-10T11:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316463#M840895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain clearly what is your current output and the expected output?&lt;/P&gt;&lt;P&gt;Are you getting any error messages?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 11:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316463#M840895</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-10T11:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316464#M840896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you Left Joining this into? BC? But BC doesn't even have ChnlCode anymore?&lt;/P&gt;&lt;P&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;left Join&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;Load [Channel Code] as ChnlCode&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;Resident [Dim Channel]&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;where match([Channel Code],'1', '11', '12', '2','6');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 11:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316464#M840896</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316465#M840897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are basically creating a Cartesian Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left&amp;nbsp; JOIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table2&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;[%Territory Key]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ChnlCode&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Flag&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;&lt;BR /&gt;&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;&lt;BR /&gt;&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;So each row of BC will be joined with each row of table2&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;&lt;BR /&gt;&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;&lt;BR /&gt;&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;&lt;SPAN style="color: #ff0000;"&gt;[BC]:&lt;/SPAN&gt;&lt;BR /&gt;Load&lt;BR /&gt;[%Territory Key],&lt;BR /&gt;if (ChnlCode=6,'DCIO',if(Match(ChnlCode,'1', '11', '12', '2'),'BC')) as Flag;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load [%Territory Key],&lt;BR /&gt;[Channel Code] as ChnlCode,&lt;BR /&gt;[Wholesaler Full Name]&lt;BR /&gt;Resident [Dim Territory];&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="color: #ff0000;"&gt;&lt;STRONG style="font-size: 14pt;"&gt;left Join&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Load [Channel Code] as ChnlCode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Resident [Dim Channel]&lt;/SPAN&gt;&lt;BR /&gt;where match([Channel Code],'1', '11', '12', '2','6');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 11:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316465#M840897</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-10T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316466#M840898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Basically I want to join 'Dim Territory' table with &lt;SPAN style="color: #ff0000;"&gt;[Dim Channel]&lt;/SPAN&gt; , based on [Channel Code] column and want to load&lt;/P&gt;&lt;P&gt;[%Territory Key],Flag columns only for whole set of data.&lt;/P&gt;&lt;P&gt;So I am using:&lt;/P&gt;&lt;P&gt;[BC]:&lt;BR /&gt;Load&lt;BR /&gt;[%Territory Key],&lt;BR /&gt;if([Channel Code]=6,'DCIO',if(Match([Channel Code],'1', '11', '12', '2'),'BC')) as Flag;&lt;BR /&gt;Load [%Territory Key],&lt;BR /&gt;[Channel Code],&lt;BR /&gt;[Wholesaler Full Name]&lt;BR /&gt;Resident [Dim Territory];&lt;/P&gt;&lt;P&gt;left Join&lt;BR /&gt;Load&lt;BR /&gt; if([Channel Code]=6,'DCIO',if(Match([Channel Code],'1', '11', '12', '2'),'BC')) as Flag;&lt;BR /&gt;Load [Channel Code]&lt;BR /&gt;Resident [Dim Channel];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code. But when I choose [Channel Code] as filter from the drop down, wring result is showing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 11:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316466#M840898</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-05-10T11:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316467#M840899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry buddy you post still doesn't give any clarity on what you are trying to do with the JOIN&lt;/P&gt;&lt;P&gt;Can you post a sample&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2380"&gt;Qlik Community Tip: How to Get Answers to Your Post&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 11:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316467#M840899</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-10T11:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316468#M840900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;100% agree with Vineeth... no idea what you are doing and what is going wrong when you select Channel Code &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 11:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316468#M840900</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T11:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316469#M840901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the following code to join two tables:&amp;nbsp; 'Dim Territory' table with &lt;SPAN style="color: #ff0000;"&gt;[Dim Channel]&lt;/SPAN&gt; , based on [Channel Code] column and &lt;STRONG&gt;want to load only [%Territory Key] and FLAG column in the BC table&lt;/STRONG&gt;, as I only &lt;STRONG&gt;use two columns in the preceding load&lt;/STRONG&gt;. But when I load the data it loads three columns: [%Territory Key] , FLAG and&amp;nbsp; [Channel Code] &lt;STRONG&gt;in the BC table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;So how can I overcome this situation? means how to only load two column?&lt;/P&gt;&lt;P&gt;[BC]:&lt;BR /&gt;Load&lt;BR /&gt; [%Territory Key],&lt;BR /&gt; if([Channel Code]=6,'DCIO',if(Match([Channel Code],'1', '11', '12', '2'),'BC')) as Flag;&lt;BR /&gt;Load &lt;BR /&gt;[Channel Code],&lt;BR /&gt;[Wholesaler Full Name]&lt;BR /&gt;Resident [Dim Territory];&lt;/P&gt;&lt;P&gt;left Join&lt;BR /&gt;Load [Channel Code]&lt;BR /&gt;Resident [Dim Channel];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 12:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316469#M840901</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-05-10T12:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load extra one collumn in preceeding load - Preceeding load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316470#M840902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;'Dim Territory' table with &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #ff0000;"&gt;[Dim Channel]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; , &lt;STRONG style="text-decoration: underline;"&gt;based on [Channel Code] &lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #0000ff;"&gt;Assuming you only want to keep those [%Territory Key] which exist in field [Channel Code]&lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #0000ff;"&gt;You should be using RIGHT KEEP instead of Left JOIN!!&lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #0000ff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #0000ff;"&gt;try below&lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #0000ff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;[BC]:&lt;BR /&gt;Load&lt;BR /&gt;[%Territory Key],&lt;BR /&gt;if([Channel Code]=6,'DCIO',if(Match([Channel Code],'1', '11', '12', '2'),'BC')) as Flag;&lt;BR /&gt;Load &lt;BR /&gt;[Channel Code],&lt;BR /&gt;[Wholesaler Full Name]&lt;BR /&gt;Resident [Dim Territory];&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #ff6600;"&gt;RIGHT KEEP&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #ff6600;"&gt;temp:&lt;/STRONG&gt;&lt;BR /&gt;Load [Channel Code] as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[%Territory Key]&lt;/SPAN&gt;,&lt;BR /&gt;Resident [Dim Channel];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;Drop table temp;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 13:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-extra-one-collumn-in-preceeding-load-Preceeding-load/m-p/1316470#M840902</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-10T13:12:15Z</dc:date>
    </item>
  </channel>
</rss>

