<?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: Help with input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028700#M347443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;check this...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4582"&gt;Inputfield example.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 12:24:04 GMT</pubDate>
    <dc:creator>sacosta5</dc:creator>
    <dc:date>2016-03-08T12:24:04Z</dc:date>
    <item>
      <title>Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028697#M347440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Actual column and Target column for each person. I am providing a input box where user can enter the % value which is Actual/Target. Now based on the % value entered by the user in input box, I need to filter out the Persons for whom Actual/Target = %(entered in input box) in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can&amp;nbsp; anyone help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niharika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028697#M347440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T12:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028698#M347441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a calculated dimension (e.g. a field expression in a list box), like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( If( Only({1} Actual / Target) &amp;gt;= vVariable, Only({1}Person)), Person)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028698#M347441</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T12:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028699#M347442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a variable to capture the input of the user than in the expression use the variable like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Actual &amp;amp; Target as the dimension and the expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Expression 1 : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Name : value &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Actual/Target &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Add one more expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Expression 2:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if( &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;value = variable , value ) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to &amp;gt;presentation tab and hide the first expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028699#M347442</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-08T12:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028700#M347443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;check this...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4582"&gt;Inputfield example.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028700#M347443</guid>
      <dc:creator>sacosta5</dc:creator>
      <dc:date>2016-03-08T12:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028701#M347444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solutions provided can be used for one particular chart. But I have 10 charts of different KPI's and all these 10 charts should show data of the person's whose Actual /Target is the value entered in input box. So I need the persons for whom the condition gets satisfied in a variable, which I can use for all the 10 charts in set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 13:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028701#M347444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T13:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028702#M347445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set analysis might look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( &lt;STRONG&gt;{&amp;lt;Person = {"=Actual / Target &amp;gt;= vVariable"}&amp;gt;}&lt;/STRONG&gt; Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028702#M347445</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028703#M347446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response, but I am not getting any data when I keep the expression you have suggested.&lt;/P&gt;&lt;P&gt;Any other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028703#M347446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T14:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028704#M347447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have more than one record per Person containing Actual and Target, we need to aggregate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=Sum( &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;{&amp;lt;Person = {"=Sum(Actual) / Sum(Target)&amp;nbsp; &amp;gt;= vVariable"}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;vVariable is the variable that holds the percentage threshold. There need to be persons that fulfill the requirement, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028704#M347447</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028705#M347448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me put my requirement in a more clear way. I have 2 tables as&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Person&lt;/TD&gt;&lt;TD width="64"&gt;Year&lt;/TD&gt;&lt;TD width="64"&gt;Actual&lt;/TD&gt;&lt;TD width="64"&gt;Target&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person1&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;80&lt;/TD&gt;&lt;TD align="right"&gt;86&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person2&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;78&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person3&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;37&lt;/TD&gt;&lt;TD align="right"&gt;54&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person4&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;88&lt;/TD&gt;&lt;TD align="right"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person5&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;58&lt;/TD&gt;&lt;TD align="right"&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person1&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;60&lt;/TD&gt;&lt;TD align="right"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person2&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;30&lt;/TD&gt;&lt;TD align="right"&gt;57&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person3&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;65&lt;/TD&gt;&lt;TD align="right"&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person4&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;52&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person5&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;75&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Table2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Person&lt;/TD&gt;&lt;TD width="64"&gt;Year&lt;/TD&gt;&lt;TD width="64"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person1&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;47&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person2&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person3&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person4&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person5&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;TD align="right"&gt;16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person1&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person2&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person3&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person4&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;38&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Person5&lt;/TD&gt;&lt;TD align="right"&gt;2016&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in Qlikview, I will give an input where user can give a value and there are two different charts one showing Actuals and the other showing Qty.&lt;/P&gt;&lt;P&gt;Suppose when user enters 75 in input box, in both the charts(showing Actuals and Qty), the details of only those persons for whom (Actual/Dropped)*100=75 should be shown.&lt;/P&gt;&lt;P&gt;Similarly there would be totally 10 different charts where the same compression should happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028705#M347448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T12:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028706#M347449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expession to use goes like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( { &amp;lt; %Key = { "=Actual/Target=$(vPercent)/100" } &amp;gt; }&amp;nbsp; Actual )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this which is a screenshot of the included QVW example application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-03-09 #1.PNG" class="jive-image image-1" src="/legacyfs/online/117465_2016-03-09 #1.PNG" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be sure that you hit the right interval you should do a Round()-function since the division might not be totally accurate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028706#M347449</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-09T13:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028707#M347450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Please see the attachment&lt;/P&gt;&lt;P&gt;we can write that expression in a generic way &lt;/P&gt;&lt;P&gt;May be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028707#M347450</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-03-09T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028708#M347451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter,&lt;/P&gt;&lt;P&gt;I was asking for the same.&lt;/P&gt;&lt;P&gt;Also when no value is entered in the input box, the charts should show all the Persons details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niharika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028708#M347451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T07:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028709#M347452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check my attachment ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028709#M347452</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-03-10T07:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028710#M347453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen your application.I want the code to be written in Expression not in the dimension, as I wont pass Person as dimension in all the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niharika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 13:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028710#M347453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with input box</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028711#M347454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some extra logic in an additional variable will help. Have a look at this. BTW you can exclude the vMatch variable from the Input Box. It will still work correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-input-box/m-p/1028711#M347454</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-10T18:21:47Z</dc:date>
    </item>
  </channel>
</rss>

