<?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: how do i create a file dialog for a qvd file? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135706#M20006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not as far as I know. But perhaps there's another way. How do you know which of the randomly named qvd files you want to load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2016 15:44:37 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-06-06T15:44:37Z</dc:date>
    <item>
      <title>how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135705#M20005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently reading data from a series of remotely generated QVD files.&amp;nbsp;&amp;nbsp; The QVD files are regenerated frequently with randomized file names.&amp;nbsp;&amp;nbsp; As a stopgap, I am currently modifying the file name by hand in the LOAD statement of my script each time I want to rerun the script, but obviously, this is rather tedious.&amp;nbsp; I would like to instead use a File Dialog box to select the filename and then dynamically use that filename in my LOAD statement.&amp;nbsp;&amp;nbsp; I can't find any discussion on how to do this.&amp;nbsp; Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135705#M20005</guid>
      <dc:creator />
      <dc:date>2016-06-06T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135706#M20006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not as far as I know. But perhaps there's another way. How do you know which of the randomly named qvd files you want to load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135706#M20006</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-06T15:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135707#M20007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's enough to use an Input Box during script load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate = Input('Enter Start Date (MM/DD/YYYY)' , 'Input required');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use this variable to build qvd name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135707#M20007</guid>
      <dc:creator>acardella</dc:creator>
      <dc:date>2016-06-06T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135708#M20008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, at the time of when i am ready to load, I know the file name.&amp;nbsp;&amp;nbsp; But it is a bit tiresome to enter the filename manually into the script, especially when a file select dialog to assign the filename to a variable seems like it should be a straightforward bit of functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135708#M20008</guid>
      <dc:creator />
      <dc:date>2016-06-06T15:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135709#M20009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lyon, &lt;/P&gt;&lt;P&gt;i don't know if there's a way of generating a file dialog, but i did something similar by having your script first load a csv with the file list. This CSV was in a folder reachable to the user and they filled it everytime with the files to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135709#M20009</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-06-06T15:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135710#M20010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the whole file name change, each and every time?&lt;/P&gt;&lt;P&gt;Or just part of the file name changes?(eg:just like filename ABC-timestamp, ABC remains same but timestamp changes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the whole filename changes each and every time, we can do nothing except changing the file name in the script over and over but if its just the part of the file name that changes each time then probably u could have solution to that by using some variables and loopin script to check the existance of the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135710#M20010</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2016-06-06T16:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135711#M20011</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Yes, at the time of when i am ready to load, I know the file name. &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135711#M20011</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-06T16:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135712#M20012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, now I understand the question.&amp;nbsp;&amp;nbsp; I don't know the filename for any intrinsic reason - I am usually just checking the file directory, finding the file name&amp;nbsp; (usually the most recent set of file, but there can be exceptions, which can make automation difficult), and then copying it into the script.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As another poster asked, the difference in the file name is a timestamp, so it is actually not randomized, but as sometime multiple files are generated, some of which need to be ignored, I was a bit worried about trying to overly automate the file selection process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135712#M20012</guid>
      <dc:creator />
      <dc:date>2016-06-06T16:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135713#M20013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The difference in the file name is a timestamp, so it is actually not randomized, but as sometime multiple files are generated, some of which need to be ignored, I was a bit worried about trying to overly automate the file selection process&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135713#M20013</guid>
      <dc:creator />
      <dc:date>2016-06-06T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135714#M20014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a file dialog box is not an option, this might be the best way for me to do it.&amp;nbsp; I can automate it to an extent, but still make changes when there are anomalies in the file listings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135714#M20014</guid>
      <dc:creator />
      <dc:date>2016-06-06T16:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135715#M20015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can create an 'algorithm' to determine the correct file name then it's possible. If not then I'm not sure it is. You can try loading a table of the file names so the user can pick one and store the value in a variable. But I'm not sure you can use the variable again in the script. You may need to enable the legacy script mode for that. And you'll need this extension: &lt;A href="https://github.com/mhamano/Qlik-Sense-Reload-Button" title="https://github.com/mhamano/Qlik-Sense-Reload-Button"&gt;GitHub - mhamano/Qlik-Sense-Reload-Button&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135715#M20015</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-06T16:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135716#M20016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These two links gives some good understanding on excel file enumerations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/54342"&gt;https://community.qlik.com/thread/54342&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/61585"&gt;Load multiple excel files from Multiple excel sheetsinto QV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 19:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135716#M20016</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2016-06-06T19:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: how do i create a file dialog for a qvd file?</title>
      <link>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135717#M20017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would work well.&amp;nbsp; Assuming I can generate the CSV file, do you have any sample code on how to read it in the script and use it generate a series of load statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Lyon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-do-i-create-a-file-dialog-for-a-qvd-file/m-p/1135717#M20017</guid>
      <dc:creator />
      <dc:date>2016-06-07T17:39:54Z</dc:date>
    </item>
  </channel>
</rss>

