<?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: interactive script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038733#M945269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌you can set up variable and use input box to enter date in UI and use this variable in expression to filter the data based on dates.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Could you let me know why want to make changes in script ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 17:12:40 GMT</pubDate>
    <dc:creator>maheshkuttappa</dc:creator>
    <dc:date>2016-01-06T17:12:40Z</dc:date>
    <item>
      <title>interactive script</title>
      <link>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038731#M945267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I want to write a script which asks user for a date and my script shows the data from that date to the present day date? is that possible to derive the data for a particular range&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 16:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038731#M945267</guid>
      <dc:creator />
      <dc:date>2016-01-06T16:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: interactive script</title>
      <link>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038732#M945268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a variable called vDate&lt;/P&gt;&lt;P&gt;Use an Input Box for vDate so users can change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then simply use this formula:&lt;/P&gt;&lt;P&gt;=Today()-vDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 17:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038732#M945268</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2016-01-06T17:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: interactive script</title>
      <link>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038733#M945269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌you can set up variable and use input box to enter date in UI and use this variable in expression to filter the data based on dates.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Could you let me know why want to make changes in script ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 17:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038733#M945269</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2016-01-06T17:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: interactive script</title>
      <link>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038734#M945270</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;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;anita sain wrote:&lt;/P&gt;
&lt;P&gt;Hello, I want to write a script which asks user for a date and my script shows the data from that date to the present day date? is that possible to derive the data for a particular range&lt;/P&gt;

&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;

&lt;DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1331"&gt;&lt;/A&gt;&lt;BR /&gt;Hello anita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your parameter collection absolutely had to be done during script execution, you could take a look at the 'Input()' function in the manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;STRONG&gt;Input&lt;/STRONG&gt;&lt;EM&gt;(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;str cue [, str caption]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/EM&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. 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;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Load &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Input('Enter value', 'Input box') as v, &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Recno () as r &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;autogenerate 3; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 18:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038734#M945270</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2016-01-06T18:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: interactive script</title>
      <link>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038735#M945271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me make it very clear. I have data for every day and when i run my script, my need is that I ask user to enter a key date lets say 11/30/2015 so i should generate data from that date to present date. I am not sure how to implement it because I was going through the other discussions and they said its not possible in qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 19:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038735#M945271</guid>
      <dc:creator />
      <dc:date>2016-01-06T19:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: interactive script</title>
      <link>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038736#M945272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anita, I think the only way that you can control that is by set a variable as Dan says. you can set a txt file where the user can easyli edit it with date of reload. Then, in your script you can read that file with a date, put it in a variable and perform your reload with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StartDate:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;from Dates.txt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vStartDate = peek('Date',0,'StartDate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;Fron yourDB&lt;/P&gt;&lt;P&gt;where Date&amp;gt;=$(vStartDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;Ricardo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 19:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interactive-script/m-p/1038736#M945272</guid>
      <dc:creator>rikrdodata</dc:creator>
      <dc:date>2016-01-06T19:52:09Z</dc:date>
    </item>
  </channel>
</rss>

