<?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: Create TABLE with the GENERIC LOAD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457206#M435423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy QlikView and the Qlik Community !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2018 12:22:07 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2018-01-12T12:22:07Z</dc:date>
    <item>
      <title>Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457197#M435414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish you the best for this year ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After to test this tuto : &lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/2010/05/use-cases-for-generic-load/" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Use cases for Generic Load | Qlikview Cookbook&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the function of the Generic Load thanks Cookbook for this help ^^, however I would like to create specific table (join some table after the Generic Load) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a specific need I want to join two tables in my application, but with this post actually propose to join all the tables.&lt;/P&gt;&lt;P&gt;Find below the script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = NoOfTables()-1 to 0 STEP -1 &lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vTable=TableName($(i)); &lt;/P&gt;&lt;P&gt;&amp;nbsp; IF WildMatch('$(vTable)', 'Flags.*') THEN &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN (OrdersTable) LOAD * RESIDENT&amp;nbsp;&amp;nbsp;&amp;nbsp; [$(vTable)]; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE&amp;nbsp; [$(vTable)]; &lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF &lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I tried my best to improve this script but with my skills in Qlikview it's complicate, please someone can help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to join in this case only two table from the link Cookbook example :&lt;/P&gt;&lt;P&gt; &lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188544_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 08:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457197#M435414</guid>
      <dc:creator>ab92</dc:creator>
      <dc:date>2018-01-02T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457198#M435415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Try this &lt;BR /&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;&lt;BR /&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;FOR i = NoOfTables()-1 to 0 STEP -1&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;&amp;nbsp; LET vTable=TableName($(i));&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;&amp;nbsp; IF WildMatch('$(vTable)', 'Flags.Status_Shipped','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Flags.Status_Returned'&lt;/SPAN&gt;) THEN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN (OrdersTable) LOAD * RESIDENT&amp;nbsp;&amp;nbsp;&amp;nbsp; [$(vTable)];&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE&amp;nbsp; [$(vTable)];&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;&amp;nbsp; ENDIF&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;NEXT i&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;BR /&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;&lt;BR /&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;inside the wild match put the table name you want to join others will be as it is ..&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 09:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457198#M435415</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-02T09:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457199#M435416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Pradosh for your help, your script is working I have this result :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188555_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is possible to create a specific table like in this example it definitely not useful but for my application yes ..&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my request, I hope the second is more explanatory, It is possible to join the informations of status.cancelled and status_retunred in one table that we call case1 and the other in one table that we call case2 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your reactivity Pradosh,&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 11:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457199#M435416</guid>
      <dc:creator>ab92</dc:creator>
      <dc:date>2018-01-02T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457200#M435417</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;to avoid the confusion. you want &lt;/P&gt;&lt;P&gt;1: join &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;status.cancelled and status_retunred&amp;nbsp; to case1&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;2: others to case 2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 11:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457200#M435417</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-02T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457201#M435418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only the informations inside the table not necessary to join the OrdersTable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below an idea about that I want: each case is equal at one table.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188567_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 13:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457201#M435418</guid>
      <dc:creator>ab92</dc:creator>
      <dc:date>2018-01-02T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457202#M435419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have done something similar to this and its working&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;Plese check the table names spelling inside wildmatch &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 style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;OrdersTable1:&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 style="font-style: inherit; font-family: inherit;"&gt;load * resident &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;OrdersTable;&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 style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;BR /&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 style="font-style: inherit; font-family: inherit;"&gt;noconcatenate&lt;BR /&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 style="font-style: inherit; font-family: inherit;"&gt;OrdersTable2:&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 * resident &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;OrdersTable;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;BR /&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 style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&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 style="font-style: inherit; font-family: inherit;"&gt;FOR i = NoOfTables()-1 to 0 STEP -1&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;&amp;nbsp; LET vTable=TableName($(i));&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;&amp;nbsp; IF WildMatch('$(vTable)', 'Flags.Status_Shipped','&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Flags.Status_Returned'&lt;/SPAN&gt;) THEN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN (OrdersTable) LOAD * RESIDENT&amp;nbsp;&amp;nbsp;&amp;nbsp; [$(vTable)];&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-family: inherit; font-style: inherit;"&gt; // DROP TABLE&amp;nbsp; [$(vTable)];&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;&amp;nbsp; ENDIF&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;IF WildMatch('$(vTable)', 'Flags.Status_Cancelled','&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Flags.Status_Returned'&lt;/SPAN&gt;) THEN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN (OrdersTable1) LOAD * RESIDENT&amp;nbsp;&amp;nbsp;&amp;nbsp; [$(vTable)];&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;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;ENDIF&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 style="font-style: inherit; font-family: inherit;"&gt;IF WildMatch('$(vTable)', 'Flags.Status_Shipped','&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Flags.Status_Active'&lt;/SPAN&gt;) THEN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN (OrdersTable2) LOAD * RESIDENT&amp;nbsp;&amp;nbsp;&amp;nbsp; [$(vTable)];&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;ENDIF&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;NEXT i&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;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR j = NoOfTables()-1 to 0 STEP -1 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LET vTableName1=TableName($(j)); &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; IF WildMatch('$(vTableName1)','Flags.*') then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; DROP TABLE&amp;nbsp; [$(vTableName1)];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; NEXT j&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 14:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457202#M435419</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-02T14:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457203#M435420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help, sorry for the delay...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I tested your script and please find below the view of the table : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189736_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be possible to delete the synthetic key ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 14:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457203#M435420</guid>
      <dc:creator>ab92</dc:creator>
      <dc:date>2018-01-11T14:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457204#M435421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this script code to group tables together. Put it after the GENERIC LOAD. The SUB can appear anywhere, as long as it isn't hidden in another SUB and it is defined before your first CALL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SUB Group2Tables(vTarget, vSource1, vSource2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; [$(vTarget)]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; NOCONCATENATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LOAD * RESIDENT [$(&lt;SPAN style="font-size: 13.3333px;"&gt;vSource1)&lt;/SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; JOIN ([&lt;SPAN style="font-size: 13.3333px;"&gt;$(vTarget)&lt;/SPAN&gt;])&amp;nbsp; // Perform an OUTER (Natural) JOIN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LOAD * RESIDENT [$(&lt;SPAN style="font-size: 13.3333px;"&gt;vSource2)&lt;/SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; DROP Tables &lt;SPAN style="font-size: 13.3333px;"&gt;[$(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vSource1)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;], &lt;SPAN style="font-size: 13.3333px;"&gt;[$(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vSource2)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;]; // Drop source tables&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CALL Group2Tables('CASE 1', '&lt;SPAN style="font-size: 13.3333px;"&gt;Flags.Status_Cancelled&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;Flags.Status_Returned&lt;/SPAN&gt;');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CALL Group2Tables('CASE 2', '&lt;SPAN style="font-size: 13.3333px;"&gt;Flags.Status_Active&lt;/SPAN&gt;', 'Flags.Status_Shipped');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to use better names for the target tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 15:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457204#M435421</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-01-11T15:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457205#M435422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really I don't know how can I say.. but thank you so much for your help Peter, it's amazing job and very effective !&lt;/P&gt;&lt;P&gt;I'm working on this problem since many time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Axel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 17:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457205#M435422</guid>
      <dc:creator>ab92</dc:creator>
      <dc:date>2018-01-11T17:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create TABLE with the GENERIC LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457206#M435423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy QlikView and the Qlik Community !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 12:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-TABLE-with-the-GENERIC-LOAD/m-p/1457206#M435423</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-01-12T12:22:07Z</dc:date>
    </item>
  </channel>
</rss>

