<?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: tell me below req? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918797#M983623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would have to loop over the files, and use the QvdTableName() function to find file(s) containing the table. Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set vTable = Table1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Each vFile in FileList('&amp;lt;your qvd path&amp;gt;')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(QvdTableName(vFile) = vTable Then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * From [$(vFile)] (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 10:21:04 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-08-11T10:21:04Z</dc:date>
    <item>
      <title>tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918795#M983619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;table store into qvd &lt;/P&gt;&lt;P&gt;after extract table into qv table path like below&lt;/P&gt;&lt;P&gt;example:c:/user/chaitanya.qvd &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my req:i want load with out path name and qvd name.i want only table name how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918795#M983619</guid>
      <dc:creator>gkcchowdary</dc:creator>
      <dc:date>2015-08-11T10:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918796#M983621</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&gt; my req:i want load with out path name and qvd name.i want only table name how?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you mean. Can you re-explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918796#M983621</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-11T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918797#M983623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would have to loop over the files, and use the QvdTableName() function to find file(s) containing the table. Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set vTable = Table1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Each vFile in FileList('&amp;lt;your qvd path&amp;gt;')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(QvdTableName(vFile) = vTable Then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * From [$(vFile)] (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918797#M983623</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-11T10:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918798#M983625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although as a better tip, why not name the qvd file with the name of the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 10:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918798#M983625</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-11T10:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918799#M983627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;just i want extract existing qvd table .&lt;/P&gt;&lt;P&gt;my requirement is only show the table name without pathname and qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Tue, Aug 11, 2015 at 3:22 AM, jonathan dienst &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918799#M983627</guid>
      <dc:creator>gkcchowdary</dc:creator>
      <dc:date>2015-08-11T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918800#M983628</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;assign path to variable and use variable name.&lt;/P&gt;&lt;P&gt;Jonathan example solves your issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918800#M983628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918801#M983630</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;Without filepath how it will load the QVD file?&amp;nbsp; You have to somehow give the file path directly or indirectly like any of the below options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFilePath = 'C:\Qlikview\';&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM $(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vFilePath&lt;/SPAN&gt;)QVDFileName.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR relative path like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;TableName:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;*&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM ..\..\..\QVDFileName.qvd (qvd);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918801#M983630</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-11T14:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: tell me below req?</title>
      <link>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918802#M983632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/nbkchaitanya"&gt;nbkchaitanya&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&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: 11.6999998092651px;"&gt;Just put all the files in same folder. Then no need to give any path name.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tell-me-below-req/m-p/918802#M983632</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-12T06:13:36Z</dc:date>
    </item>
  </channel>
</rss>

