<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345717#M127875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aneesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to solve the problem of not entering a value? i'm currently trying to do something similar to what you did. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2012 10:55:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-09T10:55:03Z</dc:date>
    <item>
      <title>Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345714#M127872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use input box as a filter to get the required data in a table?? if yes, then how??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 12:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345714#M127872</guid>
      <dc:creator />
      <dc:date>2012-07-11T12:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345715#M127873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do this by using the input box to set a variable, and then using an expression in my chart that uses the variable. For example, to see accounts that have been inactive for "x" days, I have an input box that says "Enter number of inactive days", which then sets the variable "vDelayDays". In my chart, I use the expression "=if(LastActiveDay-today()&amp;gt;=vDelayDays,LastActiveDay)", where "LastActiveDay" is a field from my table. This sets the row to either show the Last Active Day value if the delay is over the specified limit, or null. You can then filter out the null rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 12:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345715#M127873</guid>
      <dc:creator />
      <dc:date>2012-07-11T12:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345716#M127874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks kevin for the reply. It was helpful. But now the problem is if i do not put anything in the input box, then the table shown in the dcument is empty, which i do not want. i want that when i do not enter anything in the input box, then it should show the normal table.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 10:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345716#M127874</guid>
      <dc:creator />
      <dc:date>2012-07-12T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345717#M127875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aneesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to solve the problem of not entering a value? i'm currently trying to do something similar to what you did. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 10:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345717#M127875</guid>
      <dc:creator />
      <dc:date>2012-11-09T10:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345718#M127876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using my example from above, I'd initialize the variable to null in my script, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDelayDays = Null()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in my formula, I'd put in something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(vDelayDays),.... (show the normal table), else (show the table with the vDelayDays variable plugged in)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want people to toggle back and forth between a value and the null value, you might need to put a button on the sheet with "Reset vDelaysDays to Null" next to your input box, as they won't be able to enter Null. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 17:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box/m-p/345718#M127876</guid>
      <dc:creator />
      <dc:date>2012-11-09T17:25:49Z</dc:date>
    </item>
  </channel>
</rss>

