<?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: Error In Script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917995#M318251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Noconcatenate function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 15px; font-family: Arial, sans-serif; font-size: 14px; color: #555555;"&gt;If the field names and number is same in 2 or more tables them QlikView performs an automatic concatenation but it is possible to prevent this automatic concatenation by using &lt;STRONG style="color: #008000; font-style: inherit; font-size: inherit; font-family: inherit; font-weight: inherit;"&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0 0 15px; font-family: Arial, sans-serif; font-size: 14px; color: #555555;"&gt;Let us load the same tables as in Part1 i.e. Table Cust_1 and Cust_2. These tables have same set of fields so they should get concatenated but this time load them by using &lt;SPAN style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: #008000;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 15px; font-family: Arial, sans-serif; font-size: 14px; color: #555555; text-align: center;"&gt;&lt;A href="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableLoad.png" style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: #000000;"&gt;&lt;IMG alt="Conc_NO_TableLoad" class="wp-image-902 alignleft jive-image size-full" height="265" src="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableLoad.png" style="margin: 0 20px 20px 0; padding: 5px; border-color: #bbbbbb; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;" width="305" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableViewer.png" style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: #000000;"&gt;&lt;IMG alt="Conc_NO_TableViewer" class="jive-image wp-image-903 size-full" height="245" src="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableViewer.png" style="padding: 5px; border: none; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;" width="437" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P class="wp-caption-text" style="padding: 10px 10px 5px; font-family: inherit; font-size: inherit; font-style: italic; font-weight: inherit; color: #666666;"&gt;Table viewer shows 2 tables. Automatic concatenation was prevented by using NoConcatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2015 18:14:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-10T18:14:25Z</dc:date>
    <item>
      <title>Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917987#M318243</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;QVD's are not being generated for few tables with the below script.&lt;/P&gt;&lt;P&gt;Ex: I have following tables &lt;/P&gt;&lt;P&gt;Table_2014,&lt;/P&gt;&lt;P&gt;Table_2014_1,&lt;/P&gt;&lt;P&gt;Table_2015_2,&lt;/P&gt;&lt;P&gt;Table_2015_6 ..of these.. only few tables are getting stored to qvd's sometimes the 1st and 3rd gets loaded, and sometimes 2nd and 3rd table, but not all the tables.&lt;/P&gt;&lt;P&gt;this is wat i have written....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i=0 to NoOfTables()-1&lt;/P&gt;&lt;P&gt;LET vTabName=TableName(0);&lt;/P&gt;&lt;P&gt;STORE [$(vTabName)] into \\QVDpath\$(vTabName).qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP Table [$(vTabName)];&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any problem with tables naming convention...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 16:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917987#M318243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T16:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917988#M318244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i do not know which table "Tablename(0)" is referencing as you drop this table after&lt;/P&gt;&lt;P&gt;what does next tablename(0) is getting?&lt;/P&gt;&lt;P&gt;as I understood Tablename(x) and NoOfTables() references to the previous loaded tables&lt;/P&gt;&lt;P&gt;so i would try: LET vTabName=TableName(i);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 17:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917988#M318244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T17:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917989#M318245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried Wat u mentioned Rudolf, I am getting error at the store statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 17:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917989#M318245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917990#M318246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have the same tables on every reload? And you get different number of tables stored with the same script?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Do you apply some conditional control script logic that may lead to removing / autoconcatenating tables on one reload but not on the other?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried adding some TRACE statements to track the number and names of all tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 17:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917990#M318246</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-10T17:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917991#M318247</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 had some issues in the past with regards to Set and Let in a for loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using Set vTableName =....&lt;/P&gt;&lt;P&gt;alternatively you are going to have to pre-create a list of table names and then do a peek in your for loop. not as fast but you might need to do it in an alternate method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 17:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917991#M318247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T17:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917992#M318248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl, most of the tables are similar only slight change in suffix of the table name. I'm using the same script it is giving different results and finally no I have not used Trace statement. And also there are no conditional control logic or anything ...like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 17:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917992#M318248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T17:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917993#M318249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl, I figured out the problem, there are 3 tables with same field names where all were auto concatenating.&lt;/P&gt;&lt;P&gt;Cud you please tell how to undo this autoconcatenation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917993#M318249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T18:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917994#M318250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A href="https://community.qlik.com/qlik-users/107641"&gt;johnlewis&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verify the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If before of LOOP the tables that contain fields common are concatened implicity. Thus, reduce the number of table.&lt;/LI&gt;&lt;LI&gt;In TableName() function, use varible $(i). Example:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOR i = 1 to NoofTables()&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTabName = TableName($(i)-1); //&lt;/STRONG&gt;It is work only thus.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE [$(vTabName)] into [$(QVDpath)\$(vTabName).qvd]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE vTabName;&lt;/P&gt;&lt;P&gt;FOR i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917994#M318250</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2015-08-10T18:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917995#M318251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Noconcatenate function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 15px; font-family: Arial, sans-serif; font-size: 14px; color: #555555;"&gt;If the field names and number is same in 2 or more tables them QlikView performs an automatic concatenation but it is possible to prevent this automatic concatenation by using &lt;STRONG style="color: #008000; font-style: inherit; font-size: inherit; font-family: inherit; font-weight: inherit;"&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0 0 15px; font-family: Arial, sans-serif; font-size: 14px; color: #555555;"&gt;Let us load the same tables as in Part1 i.e. Table Cust_1 and Cust_2. These tables have same set of fields so they should get concatenated but this time load them by using &lt;SPAN style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: #008000;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 15px; font-family: Arial, sans-serif; font-size: 14px; color: #555555; text-align: center;"&gt;&lt;A href="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableLoad.png" style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: #000000;"&gt;&lt;IMG alt="Conc_NO_TableLoad" class="wp-image-902 alignleft jive-image size-full" height="265" src="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableLoad.png" style="margin: 0 20px 20px 0; padding: 5px; border-color: #bbbbbb; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;" width="305" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableViewer.png" style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; color: #000000;"&gt;&lt;IMG alt="Conc_NO_TableViewer" class="jive-image wp-image-903 size-full" height="245" src="http://www.learnallbi.com/wp-content/uploads/2013/10/Conc_NO_TableViewer.png" style="padding: 5px; border: none; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;" width="437" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P class="wp-caption-text" style="padding: 10px 10px 5px; font-family: inherit; font-size: inherit; font-style: italic; font-weight: inherit; color: #666666;"&gt;Table viewer shows 2 tables. Automatic concatenation was prevented by using NoConcatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917995#M318251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T18:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917996#M318252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Jonas, Its not working its throwing error &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917996#M318252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T18:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917997#M318253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/107641"&gt;johnlewis&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917997#M318253</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2015-08-10T18:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917998#M318254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;error in store command...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917998#M318254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T19:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917999#M318255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, post your&amp;nbsp; QVDPath as initialized &lt;SPAN style="font-size: 13.3333330154419px;"&gt;variable&lt;/SPAN&gt;, including, just like the line STORE and INTO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/917999#M318255</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2015-08-10T20:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918000#M318256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your problem is with the drop table statement which is altering the count of NoOfTables() after each drop so your vTabname is getting null value in the loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i=0 to NoOfTables()-1&lt;/P&gt;&lt;P&gt;LET vTabName=TableName($(i));&lt;/P&gt;&lt;P&gt;STORE [$(vTabName)] into \\QVDpath\$(vTabName).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table [$(vTabName)];-----&amp;gt; remove it&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 20:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918000#M318256</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-12T20:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918001#M318257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use the following script for dropping the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do while NoofTables()&amp;gt;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTabName = TableName(0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE $(vTabName);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loop;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 20:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918001#M318257</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-12T20:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918002#M318258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you managed to solve your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 08:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918002#M318258</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-13T08:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918003#M318259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi ,&lt;/P&gt;&lt;P&gt;please select the correct, helpful answers and close the thread.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 10:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918003#M318259</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-13T10:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error In Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918004#M318260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sasi, appreciate your suggestions and thanks qlik community for bringing wonderful people on to single platform.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-In-Script/m-p/918004#M318260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-21T17:39:24Z</dc:date>
    </item>
  </channel>
</rss>

