<?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: Input Box Filter Based on Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903062#M469406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main issue is i don't know how to filter with expression results in an input box. That was my question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 20:03:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-07T20:03:02Z</dc:date>
    <item>
      <title>Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903059#M469403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;Hey guys,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;Quick question&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;I have a dashboard with a pivot table. The pivot table has many dimensions and one Expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;The expression is shown in %. I need to create an Input box where a customer can enter a % and it will filter based on the % they inputed.. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;Any idea's?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: tahoma, arial, helvetica, sans-serif;"&gt;Thanks allot&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 19:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903059#M469403</guid>
      <dc:creator />
      <dc:date>2015-07-07T19:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903060#M469404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to see rates above user inputs, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(YourExpression &amp;gt;= UserInput, YourExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adjust the above expression according to your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903060#M469404</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T20:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903061#M469405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this type of expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SUM(Value) &amp;gt;= vTextBoxVariable, SUM(Value))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903061#M469405</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-07-07T20:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903062#M469406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main issue is i don't know how to filter with expression results in an input box. That was my question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903062#M469406</guid>
      <dc:creator />
      <dc:date>2015-07-07T20:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903063#M469407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user will input a number which will be stored in a variable. Lets call the variable vVar and then you will test your expression to see if its above or below it and based on what you want show the value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(yourExpression &amp;gt;= $(vVar), yourExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help? if this is not what you want, can you explain with an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903063#M469407</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T20:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903064#M469408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903064#M469408</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-07-07T20:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903065#M469409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum(stkqty)-sum(onorder)-sum(onpick) = $(vVar), &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum(stkqty)-sum(onorder)-sum(onpick))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vVar will equal 2 based on user input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903065#M469409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T20:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903066#M469410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow your so helpful my friend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked great.. One more thing when i use this expression when nothing is selected nothing shows up in table how can i change this?&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92171_Capture.PNG" style="height: 172px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903066#M469410</guid>
      <dc:creator />
      <dc:date>2015-07-07T20:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903067#M469411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Len(Trim($(vVar))) = 0, &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(stkqty)-sum(onorder)-sum(onpick), If(&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick) = $(vVar), &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903067#M469411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T20:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903068#M469412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mhmm i used this expression and it stopped working altogether.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903068#M469412</guid>
      <dc:creator />
      <dc:date>2015-07-07T20:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903069#M469413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Alt(If(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick) = $(vVar), &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick)), &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903069#M469413</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T20:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903070#M469414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;user must enter 0 for everything to show is there a way to make it so ENTER nothing automatically shows 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works though so that's great, thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903070#M469414</guid>
      <dc:creator />
      <dc:date>2015-07-07T20:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Filter Based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903071#M469415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be one of these two?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick) = &lt;SPAN style="color: #ff0000;"&gt;Alt($(vVar), 0)&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick))&lt;/STRONG&gt; or&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick) = &lt;SPAN style="color: #ff0000;"&gt;If(Len(Trim($(vVar))) = 0, 0, $(vVar))&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum(stkqty)-sum(onorder)-sum(onpick))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Filter-Based-on-Expression/m-p/903071#M469415</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T20:37:54Z</dc:date>
    </item>
  </channel>
</rss>

