<?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 Routine for loading database tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Routine-for-loading-database-tables/m-p/640436#M677672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm searching in a database for fields in curtain tables but I can't find want I'am looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefor I want to load all tables in a QV document starting with a character (like 'CAQ' )using a routine function. Does anyone as an example for it? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 07:53:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-05T07:53:03Z</dc:date>
    <item>
      <title>Routine for loading database tables</title>
      <link>https://community.qlik.com/t5/QlikView/Routine-for-loading-database-tables/m-p/640436#M677672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm searching in a database for fields in curtain tables but I can't find want I'am looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefor I want to load all tables in a QV document starting with a character (like 'CAQ' )using a routine function. Does anyone as an example for it? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 07:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Routine-for-loading-database-tables/m-p/640436#M677672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T07:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Routine for loading database tables</title>
      <link>https://community.qlik.com/t5/QlikView/Routine-for-loading-database-tables/m-p/640437#M677673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; maybe you could use some of similar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;//sql server db&lt;/P&gt;&lt;P&gt;SELECT name FROM sys.Tables&lt;/P&gt;&lt;P&gt;//oracle db&lt;/P&gt;&lt;P&gt;//select Table_name as name from user_tables&lt;/P&gt;&lt;P&gt;where name like 'D_%'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET v_rowTemp = NoOfRows('Tmp');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to $(v_rowTemp)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET v_tabname = peek('name',$(i)-1,'Tmp');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sql select * from $(v_tabname);&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 08:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Routine-for-loading-database-tables/m-p/640437#M677673</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-06-05T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Routine for loading database tables</title>
      <link>https://community.qlik.com/t5/QlikView/Routine-for-loading-database-tables/m-p/640438#M677674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert Waterval&lt;/P&gt;&lt;P&gt;ICT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Koninklijke Mosa bv&lt;/P&gt;&lt;P&gt;Meerssenerweg 358&lt;/P&gt;&lt;P&gt;P.O. Box 1026&lt;/P&gt;&lt;P&gt;NL-6201 BA  Maastricht&lt;/P&gt;&lt;P&gt;T  +31 (0)43 368 8803&lt;/P&gt;&lt;P&gt;F  +31 (0)43 363 11 77&lt;/P&gt;&lt;P&gt;robert.waterval@mosa.nl&lt;/P&gt;&lt;P&gt;www.mosa.nl&amp;lt;http://www.mosa.nl/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.facebook.com/mosatiles&amp;gt;   &amp;lt;http://www.linkedin.com/company/royal-mosa&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Van: Michele Barini &lt;/P&gt;&lt;P&gt;Verzonden: donderdag 5 juni 2014 10:54&lt;/P&gt;&lt;P&gt;Aan: Robert Waterval&lt;/P&gt;&lt;P&gt;Onderwerp: Re:  - Routine for loading database tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community&amp;lt;http://community.qlik.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Routine for loading database tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Michele Barini&amp;lt;http://community.qlik.com/people/BBI_MBA_76?et=watches.email.thread&amp;gt; in Scripting - View the full discussion&amp;lt;http://community.qlik.com/message/542404?et=watches.email.thread#542404&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Routine-for-loading-database-tables/m-p/640438#M677674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T09:15:04Z</dc:date>
    </item>
  </channel>
</rss>

