<?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: Dynamic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395156#M819739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see you should use * or ??? instead of ***&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2017 09:02:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-14T09:02:08Z</dc:date>
    <item>
      <title>Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395148#M819731</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 have a script like below,&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD [Col 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 2], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 3], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 4], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 5], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 6], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 7],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Data 001' as Flag&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD [Col 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 2], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 3], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 4], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 5], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 6], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 7],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Data 002' as Flag&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD [Col 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 2], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 3], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 4], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 5], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 6], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Col 7],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Data 003' as Flag&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data into FinalData.Qvd(Qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requireemen is to automate my loading&amp;nbsp; is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my folder files are having like Data 001,Data 002,Data 003 and so on....&lt;/P&gt;&lt;P&gt;Now i am loading manually and creating flag with File name and storing into single file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have 100 files in my folder i can't load them and create flag with file manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me how to write loops for this....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKQ IN ADV&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/Dynamic/m-p/1395148#M819731</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395149#M819732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbareddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try to use Load&amp;nbsp; *:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;D:\Live\FolderName\*.qvd(qvd);&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data into FinalData.Qvd(Qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395149#M819732</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-08-14T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395150#M819733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD [Col 1],&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 2],&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 3],&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 4],&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 5],&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 6],&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 7],&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Left(FileName(),8) as Flag&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD [Col 1],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 2],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 3],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 4],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 5],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 6],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Col 7],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Left(FileName(),8) as Flag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395150#M819733</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-08-14T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395151#M819734</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;it load all the files but what about my flag then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395151#M819734</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-08-14T08:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395152#M819735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at the attachments...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TYP&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Wert***.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Tabelle1); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395152#M819735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T08:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395153#M819736</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;Try this ways for multiple excel loads and use &lt;STRONG style="font-size: 13.3333px;"&gt;&lt;EM&gt;FileBaseName&lt;/EM&gt;&lt;/STRONG&gt; function to create the table flag and use * for loading multiple excel files.&lt;/P&gt;&lt;P&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;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;FileBaseName() as TableFlag&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[&lt;EM&gt;C:\Users\Home\Downloads\&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;Data*.xlsx&lt;/EM&gt;&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&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;STORE Data into FinalData.Qvd(Qvd);&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;&lt;BR /&gt;&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;Regards&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;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395153#M819736</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-08-14T08:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395154#M819737</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;Instead of FileName(),&lt;/P&gt;&lt;P&gt;you can use filebasename() then you can avoid Left().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395154#M819737</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-08-14T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395155#M819738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, This working fine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i apply same in my Data Base level (SQL DB)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395155#M819738</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-08-14T09:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395156#M819739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see you should use * or ??? instead of ***&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395156#M819739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395157#M819740</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;Hi Subbareddy,&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;/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;&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;Data:&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;LOAD...&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&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&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;From&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;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;D:\Live\FolderName\&lt;SPAN style="text-decoration: underline;"&gt;Data&lt;/SPAN&gt;*.qvd(qvd);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;STORE Data into FinalData.Qvd(Qvd);&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;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395157#M819740</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-08-14T09:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395158#M819741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FILENAME() as Flag;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [QVDB].[dbo].[Data_*];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data into Data.Qvd(Qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual My DB Table name will look like Data_001,Data_002 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My above script is not working..&lt;/P&gt;&lt;P&gt;Can anyone suggest how to do it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395158#M819741</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-08-14T09:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395159#M819742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This works fine with flat files not with the DB!! you need write multiple load statements or stored proc for this&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 10:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395159#M819742</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-08-14T10:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395160#M819743</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;Can you post the error which you are getting??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 10:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395160#M819743</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-08-14T10:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395161#M819744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have DB tables then use the Loop here for loading multiple loads from SQL DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 10:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395161#M819744</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-08-14T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395162#M819745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could try something like that, but the question is, where you get your max table number from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 100&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,$(i) as Flag;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;SELECT *&amp;nbsp;&amp;nbsp; FROM [QVDB].[dbo].[Data_$(i)];&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 10:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395162#M819745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T10:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395163#M819746</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;for i=1 to 100&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data :&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;LOAD *,$(i) as Flag;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT *&amp;nbsp;&amp;nbsp; FROM [QVDB].[dbo].[Data_$(i)];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEXT&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 code will execute 1 t0 100,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But If want to by user selection how to write a code for it...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let say my user will say 4,17,31,65,89 etc to load.... will loop will work here ?&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;Please suggest some inputs here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 05:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395163#M819746</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-08-16T05:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395164#M819747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, You have to load the entire data from DB and need to apply the filter in Where Clause or in front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 05:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395164#M819747</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-08-16T05:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395165#M819749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 05:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395165#M819749</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-08-16T05:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395166#M819750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we talk about users @ QlikView SERVER?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 06:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic/m-p/1395166#M819750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-16T06:09:40Z</dc:date>
    </item>
  </channel>
</rss>

