<?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: Unnecessary table in final Model in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Unnecessary-table-in-final-Model/m-p/1654323#M4746</link>
    <description>&lt;P&gt;At the end of your data load script write:&lt;/P&gt;&lt;P&gt;drop table&amp;nbsp;&lt;SPAN&gt;extract_2019_10;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also use&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/For%20Each.htm" target="_self"&gt; For Each statements&lt;/A&gt; to do this programatically if you're stuck changing the name of the file in your data load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this answers your question please mark it as the solution.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2019 20:24:20 GMT</pubDate>
    <dc:creator>andoryuu</dc:creator>
    <dc:date>2019-12-04T20:24:20Z</dc:date>
    <item>
      <title>Unnecessary table in final Model</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Unnecessary-table-in-final-Model/m-p/1654319#M4745</link>
      <description>&lt;P&gt;Something like in a Load Script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xtable:&lt;BR /&gt;LOAD *,&lt;BR /&gt;newfield&lt;BR /&gt;FROM [extract_*.qvd](qvd);&lt;/P&gt;&lt;P&gt;//this * is an year and month&lt;/P&gt;&lt;P&gt;Store * from xtable into [...xtable.qvd] (qvd);&lt;/P&gt;&lt;P&gt;In the final Model remains a table extract_2019_10&lt;BR /&gt;but it´s not necessary , it´s create a circular refenrence&lt;/P&gt;&lt;P&gt;How to remove this table from Model ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 17:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Unnecessary-table-in-final-Model/m-p/1654319#M4745</guid>
      <dc:creator>Pdmotta</dc:creator>
      <dc:date>2021-12-13T17:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary table in final Model</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Unnecessary-table-in-final-Model/m-p/1654323#M4746</link>
      <description>&lt;P&gt;At the end of your data load script write:&lt;/P&gt;&lt;P&gt;drop table&amp;nbsp;&lt;SPAN&gt;extract_2019_10;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also use&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/For%20Each.htm" target="_self"&gt; For Each statements&lt;/A&gt; to do this programatically if you're stuck changing the name of the file in your data load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this answers your question please mark it as the solution.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Unnecessary-table-in-final-Model/m-p/1654323#M4746</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-04T20:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary table in final Model</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Unnecessary-table-in-final-Model/m-p/1655130#M4754</link>
      <description>&lt;P&gt;Thanks , it´s works but I need to drop from a list , all table that have a "XYZ" in hi name&amp;nbsp; , I´ve used that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let numTables = NoOfTables();&lt;BR /&gt;for i=1 to $(numTables)&lt;BR /&gt;let tt = TableName(i);&lt;BR /&gt;if (SubStringCount('$(tt)','XYZ') &amp;gt; 0) Then&lt;BR /&gt;drop table [$(tt)];&lt;BR /&gt;EndIf;&lt;BR /&gt;next;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 19:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Unnecessary-table-in-final-Model/m-p/1655130#M4754</guid>
      <dc:creator>Pdmotta</dc:creator>
      <dc:date>2019-12-06T19:32:42Z</dc:date>
    </item>
  </channel>
</rss>

