<?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 QlikSense Script New Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72966#M606223</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;I'm trying to create a script that does the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have 10 QVD's in one folder.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I want a script that read's them all and do a table with the name of the file.qvd in one column and the last modification or reload time in another column.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I need to know which QVD is not reloading, without having to look at the folder&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, i will wait for an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's,&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 19:33:56 GMT</pubDate>
    <dc:creator>manuoreguy</dc:creator>
    <dc:date>2018-05-08T19:33:56Z</dc:date>
    <item>
      <title>QlikSense Script New Function</title>
      <link>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72966#M606223</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;I'm trying to create a script that does the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have 10 QVD's in one folder.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I want a script that read's them all and do a table with the name of the file.qvd in one column and the last modification or reload time in another column.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I need to know which QVD is not reloading, without having to look at the folder&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, i will wait for an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's,&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 19:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72966#M606223</guid>
      <dc:creator>manuoreguy</dc:creator>
      <dc:date>2018-05-08T19:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Script New Function</title>
      <link>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72967#M606224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;I hope all the qvds are in the same folder.&lt;/P&gt;&lt;P&gt;You can use below script to address your problem.&lt;/P&gt;&lt;P&gt;Let vPath= 'C:\'&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Filename() as Filename,&lt;/P&gt;&lt;P&gt;FileTime() as Filetime&lt;/P&gt;&lt;P&gt;From [$(vPath)*.qvd(qvd)];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - If you find the response helpful/correct, mark it helpful or correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 21:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72967#M606224</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-08T21:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Script New Function</title>
      <link>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72968#M606226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 17:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72968#M606226</guid>
      <dc:creator>manuoreguy</dc:creator>
      <dc:date>2018-05-23T17:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Script New Function</title>
      <link>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72969#M606227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you mark the response as correct and close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 20:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikSense-Script-New-Function/m-p/72969#M606227</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-23T20:59:50Z</dc:date>
    </item>
  </channel>
</rss>

