<?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 Prompt for parameters before loading... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177455#M45060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very helpful... Thanks &lt;A href="http://community.qlik.com/members/shubhu007/default.aspx"&gt;&lt;STRONG&gt;shubhu007&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Aug 2010 05:11:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-31T05:11:08Z</dc:date>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177448#M45053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to ask for parameters before loading data from sources?&lt;/P&gt;&lt;P&gt;like before loading the QV should ask for Ending Date (for field Post Date) then use it to load the data up to whaterver value is entered by the user and not the to date data.&lt;/P&gt;&lt;P&gt;Best Regads,&lt;/P&gt;&lt;P&gt;Marson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 05:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177448#M45053</guid>
      <dc:creator />
      <dc:date>2010-08-27T05:00:04Z</dc:date>
    </item>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177449#M45054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well....kind of. What I like to do in these situations is use macros to output the End Date variable to a text file and then trigger a reload. Then the script would read in the text file as an Include.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 06:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177449#M45054</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-08-27T06:13:59Z</dc:date>
    </item>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177450#M45055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never use macros, can you show me how to display the input box for end date then trigger the reload? tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 06:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177450#M45055</guid>
      <dc:creator />
      <dc:date>2010-08-27T06:44:04Z</dc:date>
    </item>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177451#M45056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure you can figure out how to put in an input box--just the standard way. For the macro, you would first need to use Windows file writing routines that can be used from all VBScripts. So it would start off like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;DIM sFile&lt;BR /&gt;sFile = "mytextfile.txt"&lt;BR /&gt;Set fileoutput = CreateObject("Scripting.FileSystemObject")&lt;BR /&gt;Set oFile = fileoutput.CreateTextFile(sFile,true)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then you would write your lines to the text file by checking variable values, etc. At the end, you would write ActiveDocument.Reload. In the script, you would click Edit --&amp;gt; Include and select the text file you created above. Sorry, but I don't really have time to write all the lines of code for you; if you need more help, check the API Guide in the Documentation folder.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 06:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177451#M45056</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-08-27T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177452#M45057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try INPUT function in load script.&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 08:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177452#M45057</guid>
      <dc:creator />
      <dc:date>2010-08-27T08:51:25Z</dc:date>
    </item>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177453#M45058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;I was assuming INPUT won't work for Marson since the reload is happening server-side and the users won't see the script. If the reload is local, however, that's a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 15:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177453#M45058</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-08-27T15:04:30Z</dc:date>
    </item>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177454#M45059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Hey use this.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input() function.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;In your script :-&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LET v = input(' Enter value ', ' Dialog name ');&lt;/P&gt;&lt;P style="font-weight: bold"&gt;TableName:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;P style="font-weight: bold"&gt;RECNO() as A,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;RAND() as B AUTOGENERATE($(v));&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;B&gt;When you reload your script it will ask for a value and assign that value to v. &lt;IMG alt="Geeked" src="http://community.qlik.com/emoticons/emotion-15.gif" /&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 18:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177454#M45059</guid>
      <dc:creator />
      <dc:date>2010-08-27T18:52:31Z</dc:date>
    </item>
    <item>
      <title>Prompt for parameters before loading...</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177455#M45060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very helpful... Thanks &lt;A href="http://community.qlik.com/members/shubhu007/default.aspx"&gt;&lt;STRONG&gt;shubhu007&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 05:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-for-parameters-before-loading/m-p/177455#M45060</guid>
      <dc:creator />
      <dc:date>2010-08-31T05:11:08Z</dc:date>
    </item>
  </channel>
</rss>

