<?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: Assign value to a variable in load script using Inputbox and MsgBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assign-value-to-a-variable-in-load-script-using-Inputbox-and/m-p/1231501#M850990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan ich bedanke mich recht herzlich!&lt;/P&gt;&lt;P&gt;Thank you very much for solving this issue so fast &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the variable in where clause like this and it works fabulous.&lt;/P&gt;&lt;P&gt;Where [PRICE TYPE] = '$(vPriceType)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Mar 2017 13:29:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-05T13:29:12Z</dc:date>
    <item>
      <title>Assign value to a variable in load script using Inputbox and MsgBox</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-value-to-a-variable-in-load-script-using-Inputbox-and/m-p/1231499#M850988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have message box and inputbox in a load script where I advise&lt;/P&gt;&lt;P&gt;user to assign value to a variable &lt;SPAN style="font-size: 13.3333px;"&gt;vPriceType &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i.e. "Would you please choose Price Type" &lt;BR /&gt;assign number &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i.e. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"1" for Distri or "2" for Street so when I reload script &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I don't need to type text but only one number &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and then using assigned value 1 or 2 &lt;BR /&gt;to re-assign textual value Distri or Street to &lt;SPAN style="font-size: 13.3333px;"&gt;vPriceType&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;variable which I &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;then use &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in where clause i.e. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where PriceType = vPriceType&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Amko&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/Assign-value-to-a-variable-in-load-script-using-Inputbox-and/m-p/1231499#M850988</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Assign value to a variable in load script using Inputbox and MsgBox</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-value-to-a-variable-in-load-script-using-Inputbox-and/m-p/1231500#M850989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vPriceType = Input('Would you please choose Price Type','Caption');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: &lt;/P&gt;&lt;P&gt;or to assing the text based on input 1 or 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vPriceType = Pick(Input('Would you please choose Price Type','Caption'),'Distri','Street');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Mar 2017 23:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-value-to-a-variable-in-load-script-using-Inputbox-and/m-p/1231500#M850989</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-04T23:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Assign value to a variable in load script using Inputbox and MsgBox</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-value-to-a-variable-in-load-script-using-Inputbox-and/m-p/1231501#M850990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan ich bedanke mich recht herzlich!&lt;/P&gt;&lt;P&gt;Thank you very much for solving this issue so fast &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the variable in where clause like this and it works fabulous.&lt;/P&gt;&lt;P&gt;Where [PRICE TYPE] = '$(vPriceType)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Mar 2017 13:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-value-to-a-variable-in-load-script-using-Inputbox-and/m-p/1231501#M850990</guid>
      <dc:creator />
      <dc:date>2017-03-05T13:29:12Z</dc:date>
    </item>
  </channel>
</rss>

