<?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: Message box to show when value is too high in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655336#M1070509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible, try to avoid macro in appliaction. they won't work in AJAX or WebView mode of your desktop.&lt;/P&gt;&lt;P&gt;Your requirement can also be addressed by merely setting some properties of Input Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached application with this.&lt;/P&gt;&lt;P&gt;this will take care of below:&lt;/P&gt;&lt;P&gt;1. Ensure number is greater than 10&lt;/P&gt;&lt;P&gt;2. Will popup error message if text is entered instaed of number&lt;/P&gt;&lt;P&gt;3. Will take care of any leading or trailing spaces in the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 06:46:25 GMT</pubDate>
    <dc:creator>AbhijitBansode</dc:creator>
    <dc:date>2014-08-28T06:46:25Z</dc:date>
    <item>
      <title>Message box to show when value is too high</title>
      <link>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655332#M1070505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the attached document, when a user enters a value in the Input Box if the Value is Higher than the Val amount I want it to warn the user i.e. Message Box that the figure they entered is too high. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As when they currently enter a value that it is higher than is what is actually there it shows all the results and the users think that this is the full result set.&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, 26 Aug 2014 22:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655332#M1070505</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-08-26T22:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Message box to show when value is too high</title>
      <link>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655333#M1070506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/73503"&gt;How I assign macro variable value into qlikview variable???&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 05:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655333#M1070506</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-08-27T05:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Message box to show when value is too high</title>
      <link>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655334#M1070507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Constraints tab in the properties of input box.&lt;/P&gt;&lt;P&gt;Choose 'Custom' under 'input constraints' and write expression below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IsNum($) and $ &amp;gt;= minVal and $ &amp;lt;= maxVal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where minVal and maxVal are the min and max amounts. this constraint will also take care of entering numbers only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Qliking,&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 05:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655334#M1070507</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2014-08-27T05:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Message box to show when value is too high</title>
      <link>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655335#M1070508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the solution, for which you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If need be, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 07:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655335#M1070508</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-08-27T07:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Message box to show when value is too high</title>
      <link>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655336#M1070509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible, try to avoid macro in appliaction. they won't work in AJAX or WebView mode of your desktop.&lt;/P&gt;&lt;P&gt;Your requirement can also be addressed by merely setting some properties of Input Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached application with this.&lt;/P&gt;&lt;P&gt;this will take care of below:&lt;/P&gt;&lt;P&gt;1. Ensure number is greater than 10&lt;/P&gt;&lt;P&gt;2. Will popup error message if text is entered instaed of number&lt;/P&gt;&lt;P&gt;3. Will take care of any leading or trailing spaces in the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 06:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-box-to-show-when-value-is-too-high/m-p/655336#M1070509</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2014-08-28T06:46:25Z</dc:date>
    </item>
  </channel>
</rss>

