<?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: Taking user input to update variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330590#M843763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super, main thing, you solved your issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Apr 2017 21:53:07 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2017-04-17T21:53:07Z</dc:date>
    <item>
      <title>Taking user input to update variables</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330586#M843759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created some let variables in the script and I want to be able to update them based on the user's input, is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vtd - user input date;&amp;nbsp; right now is set to today()&lt;/P&gt;&lt;P&gt;vYear - getting the year based on vtd&lt;/P&gt;&lt;P&gt;vMonth - getting the month based on vtd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if the user want to change vtd to 3/15/2016, vYear would change to 2016, vMonth change to 'Mar' ideally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160261_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330586#M843759</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Taking user input to update variables</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330587#M843760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wendy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is your expected output, this way of proceeding is possible, but cumbersome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at this functon: &lt;A href="https://www.youtube.com/watch?v=O8SdNXGUDHc" title="https://www.youtube.com/watch?v=O8SdNXGUDHc"&gt;QlikView Tutorials | How to create and configure InputField in QlikView - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you can solve your issue in another way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330587#M843760</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-17T21:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Taking user input to update variables</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330588#M843761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Beck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I have created many let variables that depends on variable "vtd".&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vtd&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(); &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//today's date&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vMonth&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vtd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//month of latest updated week&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vYear&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vtd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//year of latest updated week &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vFirstDayofYear&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1,1); &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//January,1 of current year &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As you can see, vtd is set to today's date whenever I reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my goal is for the user to be able to change variable vtd and have the other variables change accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I've very new at this, so I might have done this completely wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330588#M843761</guid>
      <dc:creator />
      <dc:date>2017-04-17T21:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Taking user input to update variables</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330589#M843762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I figured it out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of creating the variables in script, I used the Settings -&amp;gt; Variable Overview&amp;nbsp; and it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160276_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you Beck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330589#M843762</guid>
      <dc:creator />
      <dc:date>2017-04-17T21:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Taking user input to update variables</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330590#M843763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super, main thing, you solved your issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/1330590#M843763</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-17T21:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Taking user input to update variables</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/2121937#M1224608</link>
      <description>&lt;P&gt;Hi Wendy,&lt;/P&gt;
&lt;P&gt;Thanks for the solution. It helped for my problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 11:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-user-input-to-update-variables/m-p/2121937#M1224608</guid>
      <dc:creator>Abhishekb</dc:creator>
      <dc:date>2023-09-25T11:36:58Z</dc:date>
    </item>
  </channel>
</rss>

