<?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: Read QVD names and store in temp table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625386#M46573</link>
    <description>&lt;P&gt;&lt;FONT size="2"&gt;LET vFile='[ABC_*.qvd]';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;FOR EACH vFile in FileList('ABC_*.qvd')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Load * FROM $(vFile)(qvd);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;FileList:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Load&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;'$(vFile)' as FileName,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;QvdNoOfRecords('$(vFile)') as NoOfRecords,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;QvdNoOfFields('$(vFile)') as NoOfFields&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Autogenerate 1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Next vFile;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 16:15:07 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-09-18T16:15:07Z</dc:date>
    <item>
      <title>Read QVD names and store in temp table</title>
      <link>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625385#M46572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently loading multiple QVDs(12 QVDs for each month)&amp;nbsp;via for Loop in script. Filenames are like:&lt;/P&gt;&lt;P&gt;ABC_2019_01, ABC_2019_02 .....&amp;nbsp;and so on.&lt;/P&gt;&lt;P&gt;================================================&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;LET vFile='[ABC_*.qvd]';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;FOR EACH vFile in FileList('ABC_*.qvd')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Load * FROM $(vFile)(qvd);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Next vFile;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;NEXT vFile;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Till now it works fine. Now I want to read the latest filename (e.g. - 'ABC_2019_09') and store this QVD File Name in a temp table. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Can anyone help me with an example script for this&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;BR&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Soumya&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625385#M46572</guid>
      <dc:creator>soumroy7</dc:creator>
      <dc:date>2024-11-16T04:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD names and store in temp table</title>
      <link>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625386#M46573</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;LET vFile='[ABC_*.qvd]';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;FOR EACH vFile in FileList('ABC_*.qvd')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Load * FROM $(vFile)(qvd);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;FileList:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Load&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;'$(vFile)' as FileName,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;QvdNoOfRecords('$(vFile)') as NoOfRecords,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;QvdNoOfFields('$(vFile)') as NoOfFields&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Autogenerate 1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Next vFile;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625386#M46573</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-18T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD names and store in temp table</title>
      <link>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625405#M46576</link>
      <description>Thanks a lot. This helps&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2019 17:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625405#M46576</guid>
      <dc:creator>soumroy7</dc:creator>
      <dc:date>2019-09-18T17:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD names and store in temp table</title>
      <link>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625406#M46577</link>
      <description>&lt;P&gt;Thanks a lot. This helps alot&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 17:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625406#M46577</guid>
      <dc:creator>soumroy7</dc:creator>
      <dc:date>2019-09-18T17:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD names and store in temp table</title>
      <link>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625408#M46578</link>
      <description>&lt;P&gt;That's great to hear.&lt;/P&gt;&lt;P&gt;I usually do something like this for every qvd I store in my extract and transform applications.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 17:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Read-QVD-names-and-store-in-temp-table/m-p/1625408#M46578</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-18T17:15:52Z</dc:date>
    </item>
  </channel>
</rss>

