<?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: Help with getting the range values of the Input boxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869892#M1015452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&lt;/P&gt;&lt;P&gt;I will try as you suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 19:28:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-07T19:28:48Z</dc:date>
    <item>
      <title>Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869889#M1015449</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 need some help with the solution for following Scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a huge list of account numbers.&lt;/P&gt;&lt;P&gt;I want the users the flexibility of entering the beginning range and ending range in the input boxes and when they click on 'GetAccounts' button they should be able to see all the account numbers within the range.&lt;/P&gt;&lt;P&gt;Here is the visual explanation of what i am trying to achieve..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Beginning Range&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="89" style="border: 1px solid rgb(0, 0, 0); width: 803px; height: 58px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Ending Range&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1050&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Get Accounts&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Get Accounts ----&amp;gt; BUTTON&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the user clicks on 'Get Accounts' button we should display values from 1001-1050 only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp; give your suggestion and process as to how to achieve this step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking into this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 18:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869889#M1015449</guid>
      <dc:creator />
      <dc:date>2015-04-07T18:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869890#M1015450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Input boxes mean variables.&amp;nbsp; Let say you have variables vBeginning and vEnd.&amp;nbsp; So, you need a button or a text box with action "Select in Field", the field name is "Account Number", and the search string of this action will be:&lt;/P&gt;&lt;P&gt;='&amp;gt;=' &amp;amp; vBeginning &amp;amp; '&amp;lt;=' &amp;amp; vEnd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 19:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869890#M1015450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T19:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869891#M1015451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3 variables vstart vend vsearch in an input box&lt;/P&gt;&lt;P&gt;vsearch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='&amp;gt;=$(vstart)&amp;lt;=$(vend)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 button with action&lt;/P&gt;&lt;P&gt;select in field&lt;/P&gt;&lt;P&gt;field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; account&lt;/P&gt;&lt;P&gt;search string&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =vsearch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="83060" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83060_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 19:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869891#M1015451</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-07T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869892#M1015452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&lt;/P&gt;&lt;P&gt;I will try as you suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 19:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869892#M1015452</guid>
      <dc:creator />
      <dc:date>2015-04-07T19:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869893#M1015453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 19:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869893#M1015453</guid>
      <dc:creator />
      <dc:date>2015-04-07T19:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869894#M1015454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the best way - no input boxes, no variables, no buttons.&amp;nbsp; Just click on the caption of the Account list box, and type &amp;gt;=1001&amp;lt;=1050&lt;/P&gt;&lt;P&gt;, and press Enter &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 19:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869894#M1015454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T19:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869895#M1015455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but it is not working..&lt;/P&gt;&lt;P&gt;do you think i am missing something.?. I am new to qlikview..so don't mind me if i am doing something wrong with the easy stuff also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 22:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869895#M1015455</guid>
      <dc:creator />
      <dc:date>2015-04-07T22:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869896#M1015456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try the a2.qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 22:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869896#M1015456</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-07T22:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869897#M1015457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot open the qvw attachment..as i have the personal edition and it is not recomemended to open these files.&lt;/P&gt;&lt;P&gt;Is it the same that i&amp;nbsp; see as a picture in the body of the thread..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 22:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869897#M1015457</guid>
      <dc:creator />
      <dc:date>2015-04-07T22:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869898#M1015458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;.. That should be the simple solution.. but what if we want to 'send it to excel' OR what if we we want to show more than one field in the layout..will that work..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 23:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869898#M1015458</guid>
      <dc:creator />
      <dc:date>2015-04-07T23:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869899#M1015459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, no matter how you do it, with input boxes or without, using my suggestion or the one from &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌ (more or less the same) - export to excel will be working the same way.&amp;nbsp; As for the "more than one filed in layout" - it can be used in a table box and in a table if option "Drop-down select" is allowed.&amp;nbsp; Of course you cannot use the above method if you don't show this field on the front end, which is often the case, typically with dates.&lt;/P&gt;&lt;P&gt;So, if possible - keep it simple.&amp;nbsp; Complications will find their way to you when you don't look for them &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 23:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869899#M1015459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T23:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869900#M1015460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, the same and it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 07:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869900#M1015460</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-08T07:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869901#M1015461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the snip what i get when i cclick on the button'Geta/c'.&lt;/P&gt;&lt;P&gt;I don't see the list of correct values, instead it displays everything in 'Green'.&lt;/P&gt;&lt;P&gt;I must be doing something wrong.&lt;/P&gt;&lt;P&gt;Please let me know your 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, 15 Apr 2015 16:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869901#M1015461</guid>
      <dc:creator />
      <dc:date>2015-04-15T16:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869902#M1015462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;button&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" height="211" src="https://community.qlik.com/legacyfs/online/83810_2.png" style="height: 210.554838709677px; width: 398px;" width="398" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;variable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" height="165" src="https://community.qlik.com/legacyfs/online/83806_1.png" style="height: 165.067178502879px; width: 400px;" width="400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load rowno() + 1000 as account&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;autogenerate 100;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 16:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869902#M1015462</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-15T16:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869903#M1015463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the snap i forgot to attach en the earlier post..&lt;/P&gt;&lt;P&gt;Sorry for that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all the help..&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, 15 Apr 2015 17:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869903#M1015463</guid>
      <dc:creator />
      <dc:date>2015-04-15T17:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869904#M1015464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's your VarSearch?&lt;/P&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ='&amp;gt;=$(VarStartAccount....)&amp;lt;=$(VarEndingAccont....)'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 17:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869904#M1015464</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-15T17:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869905#M1015465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the varible as per variable overview..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;=$(varStartAccountNumberRange)&amp;lt;=$(varEndingAccountNumber)' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Aattaching the snip here for the clarity.&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, 15 Apr 2015 18:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869905#M1015465</guid>
      <dc:creator />
      <dc:date>2015-04-15T18:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with getting the range values of the Input boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869906#M1015466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your vars are in different case, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;v&lt;/STRONG&gt;arP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;V&lt;/STRONG&gt;arP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-getting-the-range-values-of-the-Input-boxes/m-p/869906#M1015466</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-15T20:59:35Z</dc:date>
    </item>
  </channel>
</rss>

