<?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/576921#M1100117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish,&lt;/P&gt;&lt;P&gt;There is no other way, except of create a button.&lt;/P&gt;&lt;P&gt;Use for example Variable Event triggers like this&lt;/P&gt;&lt;P&gt;=if(len(ExcludeKeyword)=0,Null(),ExcludeKeyword)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 15:37:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-29T15:37:35Z</dc:date>
    <item>
      <title>Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/576917#M1100113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have a chart and input box, where I select what I want to excluded from my chart.&lt;/P&gt;&lt;P&gt;For example: if I typed excluded&amp;nbsp; COAT,&lt;/P&gt;&lt;P&gt;then I want to see all results. If I keep empty input box, the chart - no data to display.&lt;/P&gt;&lt;P&gt;What trick should I use&amp;nbsp; to see all results?&lt;/P&gt;&lt;P&gt;Please see my attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/576917#M1100113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-29T15:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/576918#M1100114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Button&lt;/P&gt;&lt;P&gt;Add Actions as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External &amp;gt;&amp;gt; Set Variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable&lt;/P&gt;&lt;P&gt;ExcludeKeyword&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;=NULL()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/576918#M1100114</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-29T15:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/576919#M1100115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand you can check if there is something to exclude &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(trim('$(ExcludeKeyword)'))&amp;gt;0,&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Keyword]=-{'*$(ExcludeKeyword)*'}&amp;gt;}Keyword),&lt;/P&gt;&lt;P&gt;Count(Keyword)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/576919#M1100115</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-29T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/576920#M1100116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you have to put&amp;nbsp; a " . " to display all the data in the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if see in detail, the "." appears when you have no selections, then you put "coat" and delete de " . "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/576920#M1100116</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-04-29T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/576921#M1100117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish,&lt;/P&gt;&lt;P&gt;There is no other way, except of create a button.&lt;/P&gt;&lt;P&gt;Use for example Variable Event triggers like this&lt;/P&gt;&lt;P&gt;=if(len(ExcludeKeyword)=0,Null(),ExcludeKeyword)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/576921#M1100117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-29T15:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/576922#M1100118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new variable like:&lt;/P&gt;&lt;P&gt;Variable1=If(Len('$(ExcludeKeyword)')=0, '','*$(ExcludeKeyword)*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then expression: =Count({&amp;lt;[Keyword]=-{'$(Variable1)'}&amp;gt;}Keyword)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/576922#M1100118</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-29T15:38:51Z</dc:date>
    </item>
  </channel>
</rss>

