<?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: Please need urgent reply in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524819#M196078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand the problem. Once the variable has a value it cannot be cleared though the input box if you added the constraint in the properties window. Clearing selections won't clear variables. So simply give the variable a value once and you should be done. If you want to reset the value of the variable when you clear the selections you can add a Set Variable action to the OnAnySelect document trigger to check the currentselections and set the value: if(len(getcurrentselections())=0,500000,$(v_ReportLimit))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2013 09:41:59 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-09-16T09:41:59Z</dc:date>
    <item>
      <title>Please need urgent reply</title>
      <link>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524814#M196073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using one url to disply records for that using&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://NA_TextSearch_SV_Report'&amp;amp;'&amp;amp;ReportLimit=/"&gt;http://NA_TextSearch_SV_Report'&amp;amp;'&amp;amp;ReportLimit=&lt;/A&gt;&lt;SPAN&gt;' &amp;amp; '$(v_ReportLimit)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$(v_ReportLimit) - It is variable for limiting the records&lt;/P&gt;&lt;P&gt;And i have a input box with v_ReportLimit for entering records limit manually , I am trying to disply error message for that taking&amp;nbsp; below condition&lt;/P&gt;&lt;P&gt;IsNum($) and $ &amp;gt;= 0 and $ &amp;lt;= 500000 in custom option of constraints tab ,&lt;/P&gt;&lt;P&gt;So while selecting any value between 0 to 500000 it is showing report but my issue is if i don't select any value in the input box it has to disply default 500000 records&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that i tried ''if''&amp;nbsp; condition' in the url level like&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://NA_TextSearch_SV_Report'&amp;amp;'&amp;amp;ReportLimit=/"&gt;http://NA_TextSearch_SV_Report'&amp;amp;'&amp;amp;ReportLimit=&lt;/A&gt;&lt;SPAN&gt;' &amp;amp; 'if(IsNull($(v_ReportLimit)),100000,$(v_ReportLimit))'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But is throwing error ,&lt;/P&gt;&lt;P&gt;It is possible to fix this issue in input box level ?&lt;/P&gt;&lt;P&gt;Please any one help me Is there any other way to fix this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ankitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524814#M196073</guid>
      <dc:creator />
      <dc:date>2013-09-16T06:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Please need urgent reply</title>
      <link>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524815#M196074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try ='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://na_textsearch_sv_report%27%26%27%26reportlimit%3D/" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;http://NA_TextSearch_SV_Report'&amp;amp;'&amp;amp;ReportLimit=&lt;/A&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;' &amp;amp; alt($(v_ReportLimit), 500000)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 08:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524815#M196074</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-16T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please need urgent reply</title>
      <link>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524816#M196075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wassenaar,&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a input box with v_ReportLimit for entering records limit manually , I am trying to disply error message for that taking&amp;nbsp; below condition&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IsNum($) and $ &amp;gt;= 0 and $ &amp;lt;= 500000 in custom option of constraints tab ,&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So while selecting any value between 0 to 500000 it is showing report but my issue is if i don't select any value in the input box it has to disply default 500000 records &lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So now changed the url that what you suggest ...that's fine &lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But i want to achieve it through input box , but now when i select &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;0 to 500000&lt;/SPAN&gt; then only getting the result , i am trying to select empty value here getting error report that please select 0 to 500000(not able to put it in without value).&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ankitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 09:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524816#M196075</guid>
      <dc:creator />
      <dc:date>2013-09-16T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Please need urgent reply</title>
      <link>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524817#M196076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible to display an error message if the input box is not used. The input box can only display an error message if somebody inputs a value or clicks in the input box and presses the enter key without first entering a value.&lt;/P&gt;&lt;P&gt;If you specify a condition&lt;EM&gt; $&amp;gt;=0 and $&amp;lt;=500000&lt;/EM&gt; then an 'empty' value will also trigger the error message. But only if the input box is used. If the user doesn't enter anything or presses the escape key after entering a value no error message will be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 09:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524817#M196076</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-16T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Please need urgent reply</title>
      <link>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524818#M196077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Wassenaar,&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Again thanks for the reply...&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is there any way to keep input box value in standard position means while giving clear after all filters&amp;nbsp; it should disply 500000 ..&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks ,&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ankitha &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 09:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524818#M196077</guid>
      <dc:creator />
      <dc:date>2013-09-16T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Please need urgent reply</title>
      <link>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524819#M196078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand the problem. Once the variable has a value it cannot be cleared though the input box if you added the constraint in the properties window. Clearing selections won't clear variables. So simply give the variable a value once and you should be done. If you want to reset the value of the variable when you clear the selections you can add a Set Variable action to the OnAnySelect document trigger to check the currentselections and set the value: if(len(getcurrentselections())=0,500000,$(v_ReportLimit))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 09:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-need-urgent-reply/m-p/524819#M196078</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-16T09:41:59Z</dc:date>
    </item>
  </channel>
</rss>

