<?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: How to use demonstrate functionality of input box for a bar chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070953#M357718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a chart of your choice with dimension and expression as per your requirements. Create a Variable for eg:- VIncrease, now use this variable in dimension limits of chart property.. Create a Input Box in your GUI and use the same variable there so now as and wen there will be changes made to ur input box, the chart will change accordingly..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120811_Untitled.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saniya..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 04:47:48 GMT</pubDate>
    <dc:creator>saniyask</dc:creator>
    <dc:date>2016-04-07T04:47:48Z</dc:date>
    <item>
      <title>How to use demonstrate functionality of input box for a bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070950#M357715</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;&lt;/P&gt;&lt;P&gt;i wanted to demonstrate a simple functionality of input box to a bar chart, that make sense. Do you guys have any samples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking of using bar chart, maybe add in expression like sum sales and sum quantity. The input box , i will use as quantity percentage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario, if i add in 20% increase in the input box, then the bar chart should show the bar chart changes after there's&amp;nbsp; 20% increase on quantity. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that guys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 03:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070950#M357715</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-04-07T03:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use demonstrate functionality of input box for a bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070951#M357716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this..&lt;/P&gt;&lt;P&gt;Create a variable (vIncr), and use it in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(value)+(sum(value)*$(vIncr))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the InputBox, enter the value like 0.1 -&amp;gt;&amp;nbsp; 10%&amp;nbsp; 1-&amp;gt; 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 04:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070951#M357716</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-07T04:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use demonstrate functionality of input box for a bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070952#M357717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14600040300744573 jive_text_macro" jivemacro_uid="_14600040300744573"&gt;
&lt;P&gt;INPUTFIELD InputVar;&lt;/P&gt;
&lt;P&gt;INPUTFIELD Call;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD Location, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 as InputVar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as Call&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[Data]&lt;/P&gt;
&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;At Front End:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Input Box into variable Chart-212417.PNG" class="jive-image image-1" src="/legacyfs/online/120836_Input Box into variable Chart-212417.PNG" style="height: 238px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By entering or changing the values , in the input box will make a change in Bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps for your requirement,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 04:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070952#M357717</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-04-07T04:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use demonstrate functionality of input box for a bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070953#M357718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a chart of your choice with dimension and expression as per your requirements. Create a Variable for eg:- VIncrease, now use this variable in dimension limits of chart property.. Create a Input Box in your GUI and use the same variable there so now as and wen there will be changes made to ur input box, the chart will change accordingly..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120811_Untitled.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saniya..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 04:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070953#M357718</guid>
      <dc:creator>saniyask</dc:creator>
      <dc:date>2016-04-07T04:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use demonstrate functionality of input box for a bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070954#M357719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached document.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3554"&gt;https://community.qlik.com/docs/DOC-3554&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 06:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-demonstrate-functionality-of-input-box-for-a-bar/m-p/1070954#M357719</guid>
      <dc:creator />
      <dc:date>2016-04-07T06:08:22Z</dc:date>
    </item>
  </channel>
</rss>

