<?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: Input Box - Set Max of Number Range based on Other Variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446163#M166446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl, I appreciate you taking a moment to look at this. The numbers don't appear sequentially in the drop down boxes though, for some reason (0,1,10,2,3,4.....) in your example, and sometimes the values in the other boxes don't refresh when you select a number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 15:11:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-27T15:11:32Z</dc:date>
    <item>
      <title>Input Box - Set Max of Number Range based on Other Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446161#M166444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to limit the number series range of the drop down in the three input boxes based on the value in the other input boxes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the max is 10 and the1st input box has the value 5 (will be able to see values 1-10), then the 2nd and 3rd Input Boxes will only be able to see values 1-5. If I then select 4 in the 2nd box, then the 3rd input box will only be able to see a value of 1 to select (5+4+1=10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this? I attached a very basic example of the three variables with the drop downs. However, you can see that I cannot get them to limit the drop down ranges based on the other inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446161#M166444</guid>
      <dc:creator />
      <dc:date>2012-09-26T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box - Set Max of Number Range based on Other Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446162#M166445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446162#M166445</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-26T20:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box - Set Max of Number Range based on Other Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446163#M166446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl, I appreciate you taking a moment to look at this. The numbers don't appear sequentially in the drop down boxes though, for some reason (0,1,10,2,3,4.....) in your example, and sometimes the values in the other boxes don't refresh when you select a number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 15:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446163#M166446</guid>
      <dc:creator />
      <dc:date>2012-09-27T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box - Set Max of Number Range based on Other Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446164#M166447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, the first issue can be solved by defining a sort order as third argument in the concat function:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=concat(valueloop(0,10-Variable2-Variable3),',',valueloop(0,10-Variable2-Variable3))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed the occassional problems with the variable refresh, too. No idea how to force a refresh yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 15:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446164#M166447</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-27T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box - Set Max of Number Range based on Other Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446165#M166448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is great for my purposes. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 15:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Set-Max-of-Number-Range-based-on-Other-Variables/m-p/446165#M166448</guid>
      <dc:creator />
      <dc:date>2012-09-27T15:25:03Z</dc:date>
    </item>
  </channel>
</rss>

