<?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 validation error message in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272366#M102013</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;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/8111_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;- The above image is inputbox with two variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my task is like this,&lt;/P&gt;&lt;P&gt;If i enter in vLB with value which is less than 15 i should get error message&amp;nbsp; " &lt;STRONG&gt;please enter the value above 15&lt;/STRONG&gt;" and also if the value of vLB is greather than the vUB value then the error message should be "&lt;STRONG&gt;Please enter the value less than vUB&lt;/STRONG&gt;" and vice versa for vUB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2011 07:35:16 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2011-10-25T07:35:16Z</dc:date>
    <item>
      <title>validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272366#M102013</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;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/8111_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;- The above image is inputbox with two variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my task is like this,&lt;/P&gt;&lt;P&gt;If i enter in vLB with value which is less than 15 i should get error message&amp;nbsp; " &lt;STRONG&gt;please enter the value above 15&lt;/STRONG&gt;" and also if the value of vLB is greather than the vUB value then the error message should be "&lt;STRONG&gt;Please enter the value less than vUB&lt;/STRONG&gt;" and vice versa for vUB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 07:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272366#M102013</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-10-25T07:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272367#M102014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can create a variable trigger which calls a macro where you can have any vailidation you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this macro (in my example, the variable name is "vTest"):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966; font-family: courier new,courier;"&gt;sub Validate_vTest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966; font-family: courier new,courier;"&gt; set v = ActiveDocument.Variables("vTest")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966; font-family: courier new,courier;"&gt; getVariable = v.GetContent.String&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966; font-family: courier new,courier;"&gt; if v.GetContent.String &amp;gt; 5 then msgbox "Value is to high!"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966; font-family: courier new,courier;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Robert Svebeck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 07:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272367#M102014</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2011-10-25T07:48:53Z</dc:date>
    </item>
    <item>
      <title>validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272368#M102015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;But this will not work out at access point. Is there any other way to achive this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 09:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272368#M102015</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-10-25T09:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272369#M102016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you could do something with hidden text boxes like the attached.&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>Tue, 25 Oct 2011 10:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272369#M102016</guid>
      <dc:creator>sbaldwin</dc:creator>
      <dc:date>2011-10-25T10:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272370#M102017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the attachment. It can be done thru inputbox constraints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="inPutbox.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/8112_inPutbox.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 11:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272370#M102017</guid>
      <dc:creator />
      <dc:date>2011-10-25T11:05:34Z</dc:date>
    </item>
    <item>
      <title>validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272371#M102018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working fine..But if you give vInput1 greather than vInput2 it shows the erro msg "&lt;STRONG&gt;Should be greater than15&lt;/STRONG&gt;" instead of "&lt;STRONG&gt;Should be less than vInput2&lt;/STRONG&gt;". Can you please check once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 10:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272371#M102018</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-10-27T10:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272372#M102019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, its not working. I am not sure if this a bug. Alternativly you can put the error message as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Should be greater than 15 and less than vInput2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 10:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272372#M102019</guid>
      <dc:creator />
      <dc:date>2011-10-27T10:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: validation error message</title>
      <link>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272373#M102020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right know my application is working like what you said. But, i'm trying to change the way of this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 10:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/validation-error-message/m-p/272373#M102020</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-10-27T10:34:36Z</dc:date>
    </item>
  </channel>
</rss>

