<?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 based on expression column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265909#M583164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erica,&lt;/P&gt;&lt;P&gt;Thanks for your solutions. This was indeed was very helpful. I got your point of having trigger based on input value. I am trying to do the same way but the condition in "Search String" is not working. I am not sure If I am making mistake.&lt;/P&gt;&lt;P&gt;I have attached a sample file. Please have a look and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2011 05:30:50 GMT</pubDate>
    <dc:creator>montubhardwaj</dc:creator>
    <dc:date>2011-11-30T05:30:50Z</dc:date>
    <item>
      <title>Input box based on expression column</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265906#M583160</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;I have a Pivot Table and I want to have the ability to choose Area or Country with minimum change in sales i.e Diff. For example, user can enter values (Diff values)in the Input Box&amp;nbsp; and only corresponding countries&amp;nbsp; should reflect in the chart. How to trigger the vaible in the Input box to relate to the values in Diff Coulnn? How this can be achieved. If a user is entering "&amp;gt;200" in Input box, only Hungry should be shown. Please refer to the below sample example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="prob1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/9068_prob1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let me know if any staright method/workaround is available for this. Thank You in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 20:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265906#M583160</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-11-29T20:11:09Z</dc:date>
    </item>
    <item>
      <title>Input box based on expression column</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265907#M583161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about a slider ? &lt;/P&gt;&lt;P&gt;You can create a variable then a slider with this variable Var&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then change the expression&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; If (&amp;nbsp; sum(&amp;nbsp; Sep_Sales)-&amp;nbsp; sum( Oct_Sales)&amp;nbsp; &amp;gt; $(Var) ; sum(&amp;nbsp; Sep_Sales)-&amp;nbsp; sum( Oct_Sales)&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 20:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265907#M583161</guid>
      <dc:creator />
      <dc:date>2011-11-29T20:28:38Z</dc:date>
    </item>
    <item>
      <title>Input box based on expression column</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265908#M583162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharma Sharma &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ways of doing this - depends on how you have set up the and the data behind it. If the diff column is a straighforward field, you could use a variable exapnsion in set analysis to search on diffs that are equal to the variable, eg {&amp;lt; Diff = {$(vinput_variable)}&amp;gt;} . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other method would be to set a trigger to run an action for when the variable changes. You can do this by going into the Settings - &amp;gt; document properties dialogue and selecting the triggers tab. Select the variable you want, then add an action to select in the country field based on the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search string is like a normal search string that you can enter in a list box. So you can search for countries where the search string is something like "= sum(SeptSales) - sum(OctSales) " &amp;amp; vinput_variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you try and what works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 20:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265908#M583162</guid>
      <dc:creator />
      <dc:date>2011-11-29T20:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Input box based on expression column</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265909#M583164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erica,&lt;/P&gt;&lt;P&gt;Thanks for your solutions. This was indeed was very helpful. I got your point of having trigger based on input value. I am trying to do the same way but the condition in "Search String" is not working. I am not sure If I am making mistake.&lt;/P&gt;&lt;P&gt;I have attached a sample file. Please have a look and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 05:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265909#M583164</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-11-30T05:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Input box based on expression column</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265910#M583165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached sample file for input hope this may help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 05:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265910#M583165</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-30T05:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Input box based on expression column</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265911#M583166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Sunil,&lt;/P&gt;&lt;P&gt;I want to have input box for expression column(which is not a direct field). I dont want to have it for dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx fr your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 06:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-based-on-expression-column/m-p/265911#M583166</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-11-30T06:46:55Z</dc:date>
    </item>
  </channel>
</rss>

