<?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: Creating a prompt then reloading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-prompt-then-reloading/m-p/910700#M530035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the input() function in the script to ask a user for a value, store that in a variable, then use the variable in your file path.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Input(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="Italic" style="font-size: 10pt; line-height: 1.5em;"&gt;str cue [, str caption]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This function can be used in the script only and opens an input box that prompts the user for a value during the script execution. The parameters cue and caption are used as message and caption texts, respectively. The function returns the entered value.&lt;/P&gt;
&lt;P&gt;The input box function returns NULL if the dialog is cancelled, closed or cannot be shown.&lt;/P&gt;
&lt;P class="example"&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="Code"&gt;Load &lt;BR /&gt;Input('Enter value', 'Input box') as v, &lt;BR /&gt;Recno () as r &lt;BR /&gt;autogenerate 3;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 21:57:09 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2015-07-22T21:57:09Z</dc:date>
    <item>
      <title>Creating a prompt then reloading</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-prompt-then-reloading/m-p/910699#M530034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a qlikview that will pull from a file that gets added to a folder each week. the file's name is something like 'filepath/.../date of upload'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Each week these files get added. I wanted to make a way to prompt the user the insert the date they are looking for and then reload the script.&lt;/P&gt;&lt;P&gt;It seems a macro is required for this and I was wondering if someone could help me out in writing it?&lt;/P&gt;&lt;P&gt;I've never used macros before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-prompt-then-reloading/m-p/910699#M530034</guid>
      <dc:creator />
      <dc:date>2015-07-22T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a prompt then reloading</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-prompt-then-reloading/m-p/910700#M530035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the input() function in the script to ask a user for a value, store that in a variable, then use the variable in your file path.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Input(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="Italic" style="font-size: 10pt; line-height: 1.5em;"&gt;str cue [, str caption]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This function can be used in the script only and opens an input box that prompts the user for a value during the script execution. The parameters cue and caption are used as message and caption texts, respectively. The function returns the entered value.&lt;/P&gt;
&lt;P&gt;The input box function returns NULL if the dialog is cancelled, closed or cannot be shown.&lt;/P&gt;
&lt;P class="example"&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="Code"&gt;Load &lt;BR /&gt;Input('Enter value', 'Input box') as v, &lt;BR /&gt;Recno () as r &lt;BR /&gt;autogenerate 3;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 21:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-prompt-then-reloading/m-p/910700#M530035</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-07-22T21:57:09Z</dc:date>
    </item>
  </channel>
</rss>

