<?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: Load tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179513#M895272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny there were no QVDs in the mentioned QvdPath it is an empty..Why it is? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jul 2016 18:47:53 GMT</pubDate>
    <dc:creator>satishqlik</dc:creator>
    <dc:date>2016-07-30T18:47:53Z</dc:date>
    <item>
      <title>Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179500#M895259</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;&lt;/P&gt;&lt;P&gt;I've been trying to load all tables from database&lt;/P&gt;&lt;P&gt;and creating QVDs automatically but not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add [] its getting an error and It working be fine if the table name has no spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest me on this where am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tablelist:&lt;/P&gt;&lt;P&gt;LOAD*&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[Tablename&lt;/P&gt;&lt;P&gt;Categories&lt;/P&gt;&lt;P&gt;Customers&lt;/P&gt;&lt;P&gt;Divisions&lt;/P&gt;&lt;P&gt;Order Details&lt;/P&gt;&lt;P&gt;Products&lt;/P&gt;&lt;P&gt;Shippers&lt;/P&gt;&lt;P&gt;Shipments&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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FOR i=1 to &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FieldValueCount('Tablename')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET Vtable= FieldValue('Tablename',i);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM [$(Vtable)];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET VQvdPath= D:\Practice\Data\QVDS\;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE [$(Vtable)] into $(VQvdPath)[$(Vtable)].qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT&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;Any suggestions will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179500#M895259</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179501#M895260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&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;Tablelist:&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;LOAD * &lt;SPAN style="line-height: 1.5em;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;[&lt;/SPAN&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="line-height: 1.5em;"&gt;Tablename&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;Categories&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;Customers&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;Divisions&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;Order Details&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;Products&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;Shippers&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;Shipments&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;/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;/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=1 to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FieldValueCount('Tablename')&lt;/SPAN&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;/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; LET Vtable = &lt;SPAN style="color: #ff0000;"&gt;'[' &amp;amp;&lt;/SPAN&gt; FieldValue('Tablename', $(i)) &lt;SPAN style="color: #ff0000;"&gt;&amp;amp; ']'&lt;/SPAN&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;/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; SQL SELECT *&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; &lt;SPAN style="color: #ff0000;"&gt;FROM $(Vtable);&lt;/SPAN&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;/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; SET VQvdPath= D:\Practice\Data\QVDS\;&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; STORE &lt;SPAN style="color: #ff0000;"&gt;$(Vtable)&lt;/SPAN&gt; into $(VQvdPath)&lt;SPAN style="color: #ff0000;"&gt;$(Vtable)&lt;/SPAN&gt;.qvd(qvd);&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;/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&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 13:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179501#M895260</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-30T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179502#M895261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny but not working s&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;till its getting an error. PFB for your ref.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133102_error.jpg" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 13:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179502#M895261</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2016-07-30T13:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179503#M895262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you also fix the i -&amp;gt; $(i)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 14:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179503#M895262</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-30T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179504#M895263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try this:&lt;/P&gt;&lt;P&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=1 to &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;FieldValueCount('Tablename')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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; LET Vtable = FieldValue('Tablename', $(i));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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; SQL SELECT *&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; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;FROM $(Vtable);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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; SET VQvdPath= D:\Practice\Data\QVDS\;&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; STORE &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;$(Vtable)&lt;/SPAN&gt; into $(VQvdPath)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;$(Vtable)&lt;/SPAN&gt;.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 14:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179504#M895263</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-30T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179505#M895264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! Its working fine if the table name has no spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what about Order Details table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 14:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179505#M895264</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2016-07-30T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179506#M895265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 14:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179506#M895265</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-30T14:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179507#M895266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFB of your reference. !&lt;/P&gt;&lt;P&gt;&lt;IMG alt="share2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133110_share2.jpg" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 15:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179507#M895266</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2016-07-30T15:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179508#M895267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this for sure wasn't working:&lt;/P&gt;&lt;P&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=1 to &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;FieldValueCount('Tablename')&lt;/SPAN&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;/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; LET Vtable = &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'[' &amp;amp;&lt;/SPAN&gt; FieldValue('Tablename', &lt;SPAN style="color: #ff0000;"&gt;$(i)&lt;/SPAN&gt;) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&amp;amp; ']'&lt;/SPAN&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;/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; SQL SELECT *&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; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;FROM $(Vtable);&lt;/SPAN&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;/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; SET VQvdPath= D:\Practice\Data\QVDS\;&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; STORE &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;$(Vtable)&lt;/SPAN&gt; into $(VQvdPath)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;$(Vtable)&lt;/SPAN&gt;.qvd(qvd);&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;/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&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above we have the &lt;STRONG style="color: #ff0000;"&gt;square brackets&lt;/STRONG&gt; and also &lt;STRONG style="color: #ff0000;"&gt;$(i)&lt;/STRONG&gt; instead of &lt;STRONG&gt;i&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 15:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179508#M895267</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-30T15:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179509#M895268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #575757;"&gt; SELECT *&amp;nbsp; FROM "$(Vtable)";&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Store "$(Vtable)" ..........&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Remove []&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 16:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179509#M895268</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-07-30T16:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179510#M895269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works in my test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SET VQvdPath= D:\Practice\Data\QVDS\;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FOR i=1 to FieldValueCount('Tablename')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET Vtable = FieldValue('Tablename', $(i));&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //trace $(Vtable);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [$(Vtable)]:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NoConcatenate LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT *&amp;nbsp; FROM [$(Vtable)];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE [$(Vtable)] into [$(VQvdPath)$(Vtable).qvd] (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NEXT&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 17:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179510#M895269</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-30T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179511#M895270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my late response! &lt;/P&gt;&lt;P&gt;Finally I got all the tables &lt;SPAN style="font-size: 13.3333px;"&gt;in the data model along with &lt;/SPAN&gt;Order Details(&lt;SPAN style="font-size: 13.3333px;"&gt; Syn table&lt;/SPAN&gt;) table But why QVDs were not generated?Any Idea?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="133111" alt="share3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133111_share3.png" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 18:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179511#M895270</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2016-07-30T18:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179512#M895271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same table name? Not sure I understand your question. Would you be able to elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 18:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179512#M895271</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-30T18:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179513#M895272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny there were no QVDs in the mentioned QvdPath it is an empty..Why it is? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 18:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179513#M895272</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2016-07-30T18:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179514#M895273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&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=1 to FieldValueCount('Tablename')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET Vtable = '[' &amp;amp; FieldValue('Tablename', $(i)) &amp;amp; ']';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt; $(Vtable):&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM $(Vtable);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET VQvdPath= D:\Practice\Data\QVDS\;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE $(Vtable) into $(VQvdPath)$(Vtable).qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&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;&lt;STRONG&gt;FOR i=1 to FieldValueCount('Tablename')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET Vtable = '[' &amp;amp; FieldValue('Tablename', $(i)) &amp;amp; ']';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;LET VtableStore = FieldValue('Tablename', $(i));&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(Vtable):&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM $(Vtable);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET VQvdPath= D:\Practice\Data\QVDS\;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE $(Vtable) into $(VQvdPath)$(&lt;SPAN style="color: #ff0000;"&gt;VtableStore&lt;/SPAN&gt;).qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 18:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179514#M895273</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-30T18:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179515#M895274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks maxgro its working great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But am unable to understand your expression in that why did you use NOConcatenate keyword.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't mind,Would you be able to elaborate little bit more?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thannks Again! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 18:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179515#M895274</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2016-07-30T18:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179516#M895275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for your effort now your expression is working great!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 18:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179516#M895275</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2016-07-30T18:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179517#M895276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you have 2 source tables with the same names and number of fields. Qlik will concatenate the tables and I don't want this. So I add a noconcatenate. Another way is to add a drop table after the store.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 22:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables/m-p/1179517#M895276</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-30T22:00:32Z</dc:date>
    </item>
  </channel>
</rss>

