<?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: commbain the two table into one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715930#M257487</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;Is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aEnumid&lt;/SPAN&gt; is a numeric field, if not then convert this to Upper(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aEnumid&lt;/SPAN&gt;) in both the tables and check it again.&amp;nbsp; If still it is not working then try using Lookup() in script.&amp;nbsp; Check below thread for Lookup example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-3903" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Lookup&lt;/EM&gt; function&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 08:45:09 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-06-20T08:45:09Z</dc:date>
    <item>
      <title>commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715921#M257478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In my requirement i have more table which are have two fields table to avoid more joins i am applying APPLY MAP function but i am getting wrong data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;present have wrote logic like below :&lt;/P&gt;&lt;P&gt;STATUS:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aEnumID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(tDisplayName) as T_status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;DB1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;colorcode:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aEnumID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('STATUS',aEnumID)&amp;nbsp; as T_status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color_displayname as colorcode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From&lt;/P&gt;&lt;P&gt;DB2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this i am getting aEnumID values only ,&amp;nbsp; my intention is to get the T_status value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any one know how to get this please give me suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 05:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715921#M257478</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-06-20T05:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715922#M257479</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;Your script looks okay. You may not be having matching &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aEnumID&lt;/SPAN&gt; in DB2 table. Try to load both table individually and see if you are getting any matching &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aEnumID&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satya &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 05:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715922#M257479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T05:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715923#M257480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your script is OK just check your data and then cross check the values, for understanding see the small example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;aEnumID,T_status&lt;/P&gt;&lt;P&gt;1,A&lt;/P&gt;&lt;P&gt;2,B&lt;/P&gt;&lt;P&gt;3,C&lt;/P&gt;&lt;P&gt;4,D&lt;/P&gt;&lt;P&gt;5,E&lt;/P&gt;&lt;P&gt;6,F&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;colorcode:&lt;/P&gt;&lt;P&gt;LOAD ApplyMap('STATUS',aEnumID)&amp;nbsp; as T_status,aEnumID;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;aEnumID&lt;/P&gt;&lt;P&gt;1,&lt;/P&gt;&lt;P&gt;2,&lt;/P&gt;&lt;P&gt;3,&lt;/P&gt;&lt;P&gt;4,&lt;/P&gt;&lt;P&gt;5,&lt;/P&gt;&lt;P&gt;6,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 05:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715923#M257480</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-20T05:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715924#M257481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you comment two lines and reload you can see what happens &lt;/P&gt;&lt;P&gt;the 2 tables should be associated by aEnumID &lt;/P&gt;&lt;P&gt;make a str table chart with aEnumID and T_status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STATUS:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;Mapping&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comment this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aEnumID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(tDisplayName) as T_status&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DB1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;colorcode:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aEnumID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //ApplyMap('STATUS',aEnumID)&amp;nbsp; as T_status,&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;"&gt;comment this&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color_displayname as colorcode&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DB2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 05:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715924#M257481</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-20T05:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715925#M257482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anand chouhan,&lt;/P&gt;&lt;P&gt;&amp;nbsp; We have checked the data both table aEnumID value is same but i am using the apply map i am not get the T_status value again , i am getting the T_status field , once if i take T_status list box it shows aEnumID values, can you guide me how to approach this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 06:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715925#M257482</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-06-20T06:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715926#M257483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo Grossi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; here we have more table have like this if i use join condition system will be showing virtual memory error to avoid this i am using apply map please give me any suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 06:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715926#M257483</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-06-20T06:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715927#M257484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satyadev Jaiswal,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have checked both are same aEnumid values, while using applyamap&amp;nbsp; i am getting T_status field but in that field i am getting aEnumid values only, if you have any suggestion please give me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 07:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715927#M257484</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-06-20T07:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715928#M257485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my example and do the mapping like that also try with this script of line and add 'Unknown' and check what you get.&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;"&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;"&gt;ApplyMap('STATUS',aEnumID,'Unknown')&amp;nbsp; as T_status,aEnumID;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 07:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715928#M257485</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-20T07:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715929#M257486</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;Can you use Upper(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aEnumID&lt;/SPAN&gt;)) in both the loading and see if there is still an issue. The fastest way to resolve your issue is to have a clear idea on your data, if possible send us some sample data for analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satya &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 08:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715929#M257486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: commbain the two table into one table</title>
      <link>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715930#M257487</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;Is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aEnumid&lt;/SPAN&gt; is a numeric field, if not then convert this to Upper(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aEnumid&lt;/SPAN&gt;) in both the tables and check it again.&amp;nbsp; If still it is not working then try using Lookup() in script.&amp;nbsp; Check below thread for Lookup example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-3903" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Lookup&lt;/EM&gt; function&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 08:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commbain-the-two-table-into-one-table/m-p/715930#M257487</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-20T08:45:09Z</dc:date>
    </item>
  </channel>
</rss>

