<?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: InputBox without using InputField Function. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636125#M233304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 10&lt;/P&gt;&lt;P&gt;let v_$(i) = i;&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;P&gt;//this for loop generates 10 variables named v_[number]. If you need more, change&amp;nbsp; for i=1 to &lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;10&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i:&lt;/P&gt;&lt;P&gt;load RowNo() as i AutoGenerate(10);&lt;/P&gt;&lt;P&gt;// this prepares selector &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load RowNo() as j AutoGenerate(10);&lt;/P&gt;&lt;P&gt;// this i use only to present chart with all actuala variables. i think, you dont need in your solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load concat('v_'&amp;amp;i,',',i) as expr_tmp&lt;/P&gt;&lt;P&gt;resident i group by 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let v_pr_expr='pick(j,'&amp;amp;FieldValue('expr_tmp',1)&amp;amp;')';&lt;/P&gt;&lt;P&gt;//this i use also for presentation in chart. you may use this concept to generate you own expression with variables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2014 23:24:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-16T23:24:45Z</dc:date>
    <item>
      <title>InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636120#M233299</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;I want to create several steps to analyse the rent.&lt;/P&gt;&lt;P&gt;When I input the priceUnit automatically the all steps are calculated.&lt;/P&gt;&lt;P&gt;UnitPrice = 2.50 € and Step = 1.00 €&lt;/P&gt;&lt;P&gt;The 20 Inputboxes are calculated : 2.50€ - 3.50 € - etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a solution : create 20 variables. But Is ti possible to create a counter which increment all InputBox.&lt;/P&gt;&lt;P&gt;I don't want to use InputField beacause there are some trouble with the memory (out of memory).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in QV 11.20 SR5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone would have a best suggestion ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 11:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636120#M233299</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-16T11:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636121#M233300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look on this example.&lt;/P&gt;&lt;P&gt;Select i, then input value into "Price" field, select another i, etc.&lt;/P&gt;&lt;P&gt;When you select i, there is i'th value presnenet in Price inputbox.&lt;/P&gt;&lt;P&gt;If you change Price, i'th value will be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you reload all ten provided values are setting againt to 1,2,3 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it is good direction.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 12:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636121#M233300</guid>
      <dc:creator />
      <dc:date>2014-05-16T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636122#M233301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What a NICE direction!! Very interesting approach.&lt;/P&gt;&lt;P&gt;I've modified the script a little but I don't know if it is exact.&lt;/P&gt;&lt;P&gt;First is it possible to init variable to 0 or ' ' (nothing value) instead of 1,2,3,...&lt;/P&gt;&lt;P&gt;Second is it possible to format inputbox Price variable to '# ##0,00 €' because when I format to EUR. It is not possible enter new values in inputbox.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I duplicate the script because I need the same approach for Price, Bonus, Start, Distance, End, Variance and maybe others parameters. Can I have a problem in performance with all these variables created or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, your suggestion is very better. Simulate InputField with variables. Very brain!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank, Dariusz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 22:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636122#M233301</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-16T22:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636123#M233302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. of course. Simple change in load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let v_$i = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;i found, that if you choose Number in Number Format Settings, but use Format Pattern: # ##0,00 €;-# ##0,00 €&lt;/P&gt;&lt;P&gt;it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. i dont expect performance problems if you will have up to 1000 variables &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Of course test it!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 22:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636123#M233302</guid>
      <dc:creator />
      <dc:date>2014-05-16T22:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636124#M233303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to init all variables to 0 or nothing value ?&lt;/P&gt;&lt;P&gt;I create a text object with Action&lt;/P&gt;&lt;P&gt;Variable i=0 and j=0 but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to init variable one by one : v_1=0,v_2=0, right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 23:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636124#M233303</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-16T23:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636125#M233304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 10&lt;/P&gt;&lt;P&gt;let v_$(i) = i;&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;P&gt;//this for loop generates 10 variables named v_[number]. If you need more, change&amp;nbsp; for i=1 to &lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;10&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i:&lt;/P&gt;&lt;P&gt;load RowNo() as i AutoGenerate(10);&lt;/P&gt;&lt;P&gt;// this prepares selector &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load RowNo() as j AutoGenerate(10);&lt;/P&gt;&lt;P&gt;// this i use only to present chart with all actuala variables. i think, you dont need in your solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load concat('v_'&amp;amp;i,',',i) as expr_tmp&lt;/P&gt;&lt;P&gt;resident i group by 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let v_pr_expr='pick(j,'&amp;amp;FieldValue('expr_tmp',1)&amp;amp;')';&lt;/P&gt;&lt;P&gt;//this i use also for presentation in chart. you may use this concept to generate you own expression with variables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 23:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636125#M233304</guid>
      <dc:creator />
      <dc:date>2014-05-16T23:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636126#M233305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you change this part of script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 10&lt;/P&gt;&lt;P&gt;let v_$(i) = i;&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 10&lt;/P&gt;&lt;P&gt;let v_$(i) = 0;&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have have 10 variables with 0 value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 23:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636126#M233305</guid>
      <dc:creator />
      <dc:date>2014-05-16T23:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: InputBox without using InputField Function.</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636127#M233306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your help Dariusk. Very interesting Trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 23:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-without-using-InputField-Function/m-p/636127#M233306</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-16T23:52:11Z</dc:date>
    </item>
  </channel>
</rss>

