<?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: scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/scripting/m-p/1604189#M736443</link>
    <description>&lt;P&gt;I need to join based on id. Because in remaining columns which are having same number there will be the repetition.So based on&amp;nbsp; id we need do join all the 4 tables as one. Id is the unique&amp;nbsp; key.Please let me know&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2019 13:59:05 GMT</pubDate>
    <dc:creator>Pujitha</dc:creator>
    <dc:date>2019-07-19T13:59:05Z</dc:date>
    <item>
      <title>scripting</title>
      <link>https://community.qlik.com/t5/QlikView/scripting/m-p/1603915#M736441</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 4 files which I need to concatenate to one. In one file I have like&lt;/P&gt;&lt;P&gt;Name&amp;nbsp; &amp;nbsp;Opt&amp;nbsp; loc&amp;nbsp; Cod&amp;nbsp; &amp;nbsp; id&amp;nbsp; &amp;nbsp; dig&amp;nbsp; &amp;nbsp; &amp;nbsp; Lb&amp;nbsp; &amp;nbsp; &amp;nbsp;.Gop.&amp;nbsp; &amp;nbsp; &amp;nbsp; ....... some other columns&lt;/P&gt;&lt;P&gt;code&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24&amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; exx&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;/P&gt;&lt;P&gt;prof&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;43&amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp;xer&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;/P&gt;&lt;P&gt;stud&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 34&amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp;iop&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;/P&gt;&lt;P&gt;Another table:&lt;/P&gt;&lt;P&gt;loc&amp;nbsp; &amp;nbsp; &amp;nbsp;Cod&amp;nbsp; &amp;nbsp;Lb&amp;nbsp; id&amp;nbsp; gop(as op) ..............here&amp;nbsp; and so on other columns&amp;nbsp;&lt;/P&gt;&lt;P&gt;diff data in Lb column&lt;/P&gt;&lt;P&gt;another table:&lt;/P&gt;&lt;P&gt;Et&amp;nbsp; &amp;nbsp;loc&amp;nbsp; &amp;nbsp; Cod&amp;nbsp; &amp;nbsp; Lb&amp;nbsp; &amp;nbsp; id&amp;nbsp;&lt;/P&gt;&lt;P&gt;another table:&lt;/P&gt;&lt;P&gt;Et st&amp;nbsp; status&amp;nbsp; Lb&amp;nbsp; id&amp;nbsp; loc&lt;/P&gt;&lt;P&gt;I need to append all these tables to one pls let me know this clearly from start to end how to do. Please let me know asap&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting/m-p/1603915#M736441</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: scripting</title>
      <link>https://community.qlik.com/t5/QlikView/scripting/m-p/1603942#M736442</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&lt;/P&gt;&lt;P&gt;name ,&lt;/P&gt;&lt;P&gt;opt ,&lt;/P&gt;&lt;P&gt;loc,&lt;/P&gt;&lt;P&gt;cod,&lt;/P&gt;&lt;P&gt;id,&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;dig,&lt;/P&gt;&lt;P&gt;lb,&lt;/P&gt;&lt;P&gt;gop&lt;/P&gt;&lt;P&gt;from table1.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;concatenate(table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;loc,&lt;/P&gt;&lt;P&gt;cod,&lt;/P&gt;&lt;P&gt;lb,&amp;nbsp;&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;gop(as op)&lt;/P&gt;&lt;P&gt;from table2.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;concatenate(table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;et,&lt;/P&gt;&lt;P&gt;loc,&lt;/P&gt;&lt;P&gt;cod,&lt;/P&gt;&lt;P&gt;lb as lb_table3,&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;id&lt;/P&gt;&lt;P&gt;from table3.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;concatenate(table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;et,&lt;/P&gt;&lt;P&gt;&amp;nbsp;st,&amp;nbsp;&lt;/P&gt;&lt;P&gt;status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;lb,&amp;nbsp;&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;loc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from table3.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;now all the tables are going to be concatenated in a single table, now if you know that the keys in each table are unique, you could use a left join or join to join them, remember that Qlikview relates tables by field names, so You have to be careful not to have tables that generate 1 to many relationships.&lt;/P&gt;&lt;P&gt;regards!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 21:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting/m-p/1603942#M736442</guid>
      <dc:creator>Marcos_rv</dc:creator>
      <dc:date>2019-07-18T21:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: scripting</title>
      <link>https://community.qlik.com/t5/QlikView/scripting/m-p/1604189#M736443</link>
      <description>&lt;P&gt;I need to join based on id. Because in remaining columns which are having same number there will be the repetition.So based on&amp;nbsp; id we need do join all the 4 tables as one. Id is the unique&amp;nbsp; key.Please let me know&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 13:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting/m-p/1604189#M736443</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2019-07-19T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: scripting</title>
      <link>https://community.qlik.com/t5/QlikView/scripting/m-p/1604193#M736444</link>
      <description>&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;unqualify&amp;nbsp;id;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&lt;/P&gt;&lt;P&gt;name ,&lt;/P&gt;&lt;P&gt;opt ,&lt;/P&gt;&lt;P&gt;loc,&lt;/P&gt;&lt;P&gt;cod,&lt;/P&gt;&lt;P&gt;id,&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;dig,&lt;/P&gt;&lt;P&gt;lb,&lt;/P&gt;&lt;P&gt;gop&lt;/P&gt;&lt;P&gt;from table1.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;join(table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;loc,&lt;/P&gt;&lt;P&gt;cod,&lt;/P&gt;&lt;P&gt;lb,&amp;nbsp;&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;gop(as op)&lt;/P&gt;&lt;P&gt;from table2.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;table3:&lt;/P&gt;&lt;P&gt;join(table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;et,&lt;/P&gt;&lt;P&gt;loc,&lt;/P&gt;&lt;P&gt;cod,&lt;/P&gt;&lt;P&gt;lb as lb_table3,&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;id&lt;/P&gt;&lt;P&gt;from table3.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tabla4:&lt;/P&gt;&lt;P&gt;join(table1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;et,&lt;/P&gt;&lt;P&gt;&amp;nbsp;st,&amp;nbsp;&lt;/P&gt;&lt;P&gt;status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;lb,&amp;nbsp;&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;loc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from table4.qvd;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unqualify *;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 14:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting/m-p/1604193#M736444</guid>
      <dc:creator>Marcos_rv</dc:creator>
      <dc:date>2019-07-19T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: scripting</title>
      <link>https://community.qlik.com/t5/QlikView/scripting/m-p/1612477#M736445</link>
      <description>&lt;P&gt;Duplicate thread, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Script/m-p/1603816#M95950" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Script/m-p/1603816#M95950&lt;/A&gt;&amp;nbsp;for other posts.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 14:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting/m-p/1612477#M736445</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-14T14:29:45Z</dc:date>
    </item>
  </channel>
</rss>

