<?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: How to use Input Box Custom Constraint? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249975#M94944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, you don't actually have to use the =, but the $ represents the entered value of the input box is compulsory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2011 07:28:44 GMT</pubDate>
    <dc:creator>sbaldwin</dc:creator>
    <dc:date>2011-11-24T07:28:44Z</dc:date>
    <item>
      <title>How to use Input Box Custom Constraint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249972#M94941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. Thank you for reading this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to follow the Qlikview Tutorial on page 107 regarding the Input Box until I got stuck on the Input Box custom constraint in the Constraint property page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Tutorial the writer is trying to show the custom constraint which limits the input box values between -50 and 50. But the page doesn't show any script or expression on the Custom Constraint which I can use to set the limit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 08:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249972#M94941</guid>
      <dc:creator />
      <dc:date>2011-11-23T08:35:33Z</dc:date>
    </item>
    <item>
      <title>How to use Input Box Custom Constraint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249973#M94942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, add something like this in the custom box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$&amp;lt;50 and $&amp;gt;-50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 12:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249973#M94942</guid>
      <dc:creator>sbaldwin</dc:creator>
      <dc:date>2011-11-23T12:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Input Box Custom Constraint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249974#M94943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Steve. It works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the $ and = compulsory in this kind of expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 02:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249974#M94943</guid>
      <dc:creator />
      <dc:date>2011-11-24T02:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Input Box Custom Constraint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249975#M94944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, you don't actually have to use the =, but the $ represents the entered value of the input box is compulsory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 07:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249975#M94944</guid>
      <dc:creator>sbaldwin</dc:creator>
      <dc:date>2011-11-24T07:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Input Box Custom Constraint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249976#M94945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an input box where user should be able to enter any value between 0 and 100.&lt;/P&gt;&lt;P&gt;So I have added a condition =$&amp;gt;=0 and $&amp;lt;=100 in Custom Constraints.Its woking ine now.&lt;/P&gt;&lt;P&gt;But when the qvw is deployed into access point, the input box constraints are not working. i.e user is still able to enter a value less than 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 10:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Input-Box-Custom-Constraint/m-p/249976#M94945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T10:21:01Z</dc:date>
    </item>
  </channel>
</rss>

