<?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: Bar Chart with variable bar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-variable-bar/m-p/1063150#M524189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&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_14546983962575206 jive_text_macro" jivemacro_uid="_14546983962575206"&gt;
&lt;P&gt;INPUTFIELD InputVar;&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;0 as InputVar&lt;/P&gt;
&lt;P&gt; INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer , Sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 1100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 1200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 1100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 12000&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Front end :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bar Chart with,&lt;/P&gt;&lt;P&gt;Dimension :&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14546984677055115" jivemacro_uid="_14546984677055115"&gt;
&lt;P&gt;Customer&lt;/P&gt;
&lt;P&gt;=ValueList('Sales')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14546984950222232 jive_text_macro" jivemacro_uid="_14546984950222232"&gt;
&lt;P&gt;=if(ValueList('Sales'),'Sales',Sum(Sales))&lt;/P&gt;
&lt;P&gt;=if(ValueList('Sales'),'Sales',InputVar)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By Using Value list will call both of the expression into a bar like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bar Chart with Input Variable-204505.PNG" class="jive-image image-1" src="/legacyfs/online/113759_Bar Chart with Input Variable-204505.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps,&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>Fri, 05 Feb 2016 18:57:13 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2016-02-05T18:57:13Z</dc:date>
    <item>
      <title>Bar Chart with variable bar</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-variable-bar/m-p/1063148#M524187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyboy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need to create a bar chart with a variable bar depending on a setted value through an input box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Each month of 2016 (green bar) should be the same value of 2015 plus 10%.&lt;/P&gt;&lt;P&gt;Is this possibe? Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sem título.png" class="jive-image image-1" src="/legacyfs/online/113749_Sem título.png" style="font-size: 10pt; line-height: 1.5em; height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 18:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-variable-bar/m-p/1063148#M524187</guid>
      <dc:creator />
      <dc:date>2016-02-05T18:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with variable bar</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-variable-bar/m-p/1063149#M524188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a bar chart with dimension Month and 4 expressions ,like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year = {2013}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year = {2014}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year = {2015}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year = {2015}&amp;gt;} Sales) * (1+vPercentage)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vPercentage being your variable set in the input box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 18:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-variable-bar/m-p/1063149#M524188</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-05T18:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with variable bar</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-variable-bar/m-p/1063150#M524189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&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_14546983962575206 jive_text_macro" jivemacro_uid="_14546983962575206"&gt;
&lt;P&gt;INPUTFIELD InputVar;&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;0 as InputVar&lt;/P&gt;
&lt;P&gt; INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer , Sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 1100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 1200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 1100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 12000&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Front end :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bar Chart with,&lt;/P&gt;&lt;P&gt;Dimension :&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14546984677055115" jivemacro_uid="_14546984677055115"&gt;
&lt;P&gt;Customer&lt;/P&gt;
&lt;P&gt;=ValueList('Sales')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14546984950222232 jive_text_macro" jivemacro_uid="_14546984950222232"&gt;
&lt;P&gt;=if(ValueList('Sales'),'Sales',Sum(Sales))&lt;/P&gt;
&lt;P&gt;=if(ValueList('Sales'),'Sales',InputVar)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By Using Value list will call both of the expression into a bar like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bar Chart with Input Variable-204505.PNG" class="jive-image image-1" src="/legacyfs/online/113759_Bar Chart with Input Variable-204505.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps,&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>Fri, 05 Feb 2016 18:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-variable-bar/m-p/1063150#M524189</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-02-05T18:57:13Z</dc:date>
    </item>
  </channel>
</rss>

