<?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 Pass variable from user to script ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766906#M454321</link>
    <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;DIV class="lia-message-subject"&gt;My requirement is user wants to enter the&amp;nbsp; StartDate and EndDate in production server.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="MessageInResponseTo lia-component-message-view-widget-in-response-to lia-component-in-response-to"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a script that has two variables, StartDate and EndDate.&lt;/P&gt;&lt;P&gt;right now its working in my local desktop but i want to do the same in QMC server.&lt;/P&gt;&lt;P&gt;below is the solution working for me in local desktop&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vDate = Input('Enter Start Date (MM/DD/YYYY)' , 'Input required');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;but i want this solution to work in QMC as well please let me know how to do it in QMC.&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:29:32 GMT</pubDate>
    <dc:creator>nagarjuna005</dc:creator>
    <dc:date>2024-11-15T23:29:32Z</dc:date>
    <item>
      <title>Pass variable from user to script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766906#M454321</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;DIV class="lia-message-subject"&gt;My requirement is user wants to enter the&amp;nbsp; StartDate and EndDate in production server.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="MessageInResponseTo lia-component-message-view-widget-in-response-to lia-component-in-response-to"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a script that has two variables, StartDate and EndDate.&lt;/P&gt;&lt;P&gt;right now its working in my local desktop but i want to do the same in QMC server.&lt;/P&gt;&lt;P&gt;below is the solution working for me in local desktop&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vDate = Input('Enter Start Date (MM/DD/YYYY)' , 'Input required');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;but i want this solution to work in QMC as well please let me know how to do it in QMC.&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766906#M454321</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2024-11-15T23:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pass variable from user to script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766934#M454322</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you put this on the server I would assume that the reload is controlled by the server scheduling, rather than user triggered when they open the document.&lt;/P&gt;&lt;P&gt;Where I worked previously all of these date settings ended up wither being calculated in script (so last month end, last quarter etc.) or set in a database that users had a simple UI to manage values through that the QlikView app could call from (Excel was forbidden), but where then the same for all users.&lt;/P&gt;&lt;P&gt;Depending on what your script does could you not run for all dates &amp;amp; then have the app react to user inputs in each session of use? I think that would be a more normal operating model, but happy to be corrected.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 09:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766934#M454322</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2020-12-08T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pass variable from user to script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766938#M454323</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24033"&gt;@nagarjuna005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the user want to see only certain dates based on user input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that case, you can create calendar object for start and end date, and can filter the dates based on the user requirement.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 09:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766938#M454323</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-12-08T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pass variable from user to script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766940#M454324</link>
      <description>&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;user wants to enter start date and end date based on their need from server so that not changing the dates manually from outside of qlikview. so is there way to do it in QMC plz let me know&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 09:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766940#M454324</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2020-12-08T09:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pass variable from user to script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766942#M454325</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;user wants to enter start date and end date based on their need from server so that not changing the dates manually from outside of qlikview. so is there way to do it in QMC plz let me know&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 09:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-from-user-to-script/m-p/1766942#M454325</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2020-12-08T09:49:35Z</dc:date>
    </item>
  </channel>
</rss>

