<?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: How to append columns to table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738648#M1080469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did, Qlikview then appends some rows, which results that Alarmcode has duplicate rows.. That's the reason that I'm asking this question here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 10:38:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-09T10:38:33Z</dc:date>
    <item>
      <title>How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738646#M1080467</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;I have two tables: Table A and table B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table A&lt;/STRONG&gt; looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Alarmcode&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Creation Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;12345&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;99882&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;55667&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;99999&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table B&lt;/STRONG&gt; looks like t his:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Alarmcode&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Call Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Response Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;99882&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;55667&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the tables have the field Alarmcode in common.&lt;/P&gt;&lt;P&gt;Table B has Alarmcode (values) which are present in Table A.&lt;/P&gt;&lt;P&gt;I want the columns Call Date and Response Date to be added into Table A.&lt;/P&gt;&lt;P&gt;It is possible that Table A has Alarmcodes which are not present in Table B. In that case these rows will have an empty value at Call Date and Response Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code:&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;[Meldingen]:&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;&amp;nbsp; //AutoNumber(JOB_NR) as %Melding.ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; AutoNumber(JOB_CONTRACT_NR) as %Locatie.ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; AutoNumber(JOB_SAP_REF_NR) as %SAP.ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; &lt;STRONG&gt;JOB_NR as [Melding.Nummer],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Date(Floor(JOB_DATE)) as [Melding.Datum gemeld],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Time(Frac(JOB_DATE)) as [Melding.Tijd gemeld],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; TimeStamp(JOB_DATE, 'DD-MM-YYYY hh:mm:ss') as [Melding.Moment gemeld],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; JOB_DESC as [Melding.Omschrijving],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; IF( IsNull(JOB_STATUS_NR), 'Onbehandeld',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; IF( (JOB_STATUS_NR) = 'O3', 'Openstaand',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; IF( (JOB_STATUS_NR) = 'O5', 'Afgehandeld',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; IF( (OIB_WorkFlowStatus) = 'status0',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Afgehandeld mail', '&amp;lt;Onbekende status&amp;gt;')))) as [Melding.Status],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ApplyMap('Map_Melding.Prioriteit', JOB_PRIORITY_NR) as [Melding.Prioriteit];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...&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;LEFT JOIN([Meldingen])&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;&amp;nbsp; //AutoNumber(JOBCALL_JOB_NR) as %Melding.ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; &lt;STRONG&gt;JOBCALL_JOB_NR as [Melding.Nummer],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Date(Floor(JOBCALL_CALL_DATE)) as [Melding.Datum verstuurd],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Time(Frac(JOBCALL_CALL_DATE)) as [Melding.Tijd verstuurd],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Timestamp(JOBCALL_CALL_DATE, 'DD-MM-YYYY hh:mm:ss') as [Melding.Moment verstuurd],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Date(Floor(JOBCALL_REACTION_DATE)) as [Melding.Datum geaccepteerd],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Time(Frac(JOBCALL_REACTION_DATE)) as [Melding.Tijd geaccepteerd],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Timestamp(JOBCALL_REACTION_DATE, 'DD-MM-YYYY hh:mm:ss') as [Melding.Moment geaccepteerd];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;How can I achieve this?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nazeem Soeltan Added code from script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nazeem Soeltan I've added 2 QVS's. the one with the left join and the other without. The field JOB_NR in the first table, is the same as JOBCALL_JOB_NR in the second table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nazeem Soeltan

In the files, The look at the tab: MELDINGEN.

The first table can be seen as table A and the second, table B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738646#M1080467</guid>
      <dc:creator />
      <dc:date>2014-07-09T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738647#M1080468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the JOIN syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738647#M1080468</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-07-09T10:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738648#M1080469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did, Qlikview then appends some rows, which results that Alarmcode has duplicate rows.. That's the reason that I'm asking this question here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738648#M1080469</guid>
      <dc:creator />
      <dc:date>2014-07-09T10:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738649#M1080470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what join you used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738649#M1080470</guid>
      <dc:creator />
      <dc:date>2014-07-09T10:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738650#M1080471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use LEFT JOIN .It will give u the values containing in A along with values which are common in table B, with other columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;Load Alarmcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;Select...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alarmcode,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call&lt;/P&gt;&lt;P&gt;Select...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738650#M1080471</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-09T10:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738651#M1080472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or how about using the &lt;EM&gt;ApplyMap()&lt;/EM&gt; function ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738651#M1080472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-09T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738652#M1080473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can join tables with left outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738652#M1080473</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-07-09T10:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738653#M1080474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use left Join..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From TableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(TableA)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From TableB.;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738653#M1080474</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-09T10:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738654#M1080475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried LEFT JOIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THis is the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample-tables.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62056_sample-tables.PNG.png" style="max-width: 620px;" /&gt; &lt;/P&gt;&lt;P&gt;as you can see&amp;nbsp; there are many duplicates. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738654#M1080475</guid>
      <dc:creator />
      <dc:date>2014-07-09T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738655#M1080476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be there are multiple enties in the table for Melding.Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to identify the&lt;/P&gt;&lt;P&gt;1) Common Fields&amp;nbsp; b/w the both tables&lt;/P&gt;&lt;P&gt;2) Unique fields i.e primary keys in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Identifying those, Try to use LEFT JOIN, it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 11:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738655#M1080476</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-09T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738656#M1080477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post your qvw so that we can resolve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 11:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738656#M1080477</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-09T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738657#M1080478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738657#M1080478</guid>
      <dc:creator />
      <dc:date>2014-07-09T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738658#M1080479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted the QVW's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738658#M1080479</guid>
      <dc:creator />
      <dc:date>2014-07-09T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to append columns to table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738659#M1080480</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;Please load this qvw file , I dont have the permission to reload. I have traced the issue and corrected it.&lt;/P&gt;&lt;P&gt;If u still face issue please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 04:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-columns-to-table/m-p/738659#M1080480</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-10T04:27:49Z</dc:date>
    </item>
  </channel>
</rss>

