<?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: proportion between several bar charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611066#M543194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it an option to use a horizontal gauge? Perhaps this will reflect the scaling better?&lt;/P&gt;&lt;P&gt;Change the Min/Max/Step values for the scale in Axes tab &amp;gt; chart properties.&lt;/P&gt;&lt;P&gt;Chart percentages instead of values themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...some ideas.&lt;/P&gt;&lt;P&gt;-Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 20:02:02 GMT</pubDate>
    <dc:creator>Greg_Williams</dc:creator>
    <dc:date>2014-05-07T20:02:02Z</dc:date>
    <item>
      <title>proportion between several bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611064#M543192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Hello everyone&lt;/STRONG&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have 6 bar charts with the same dimension: Year (2009, 2010, 2011, 2012), but with different expressions. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;All the bars with different result. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I want the same ratio (proportion) in all of the charts. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;for example: the bar with result -2 in one chart&amp;nbsp; will seem smaller than the bar with result 29 in another chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Is there any way to do this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thank you&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;(see attached image)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 19:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611064#M543192</guid>
      <dc:creator>dambeldor</dc:creator>
      <dc:date>2014-05-07T19:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: proportion between several bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611065#M543193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Think you need to work on your scale ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your chart properties ... go to axes tab and change the scale accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 19:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611065#M543193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-07T19:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: proportion between several bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611066#M543194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it an option to use a horizontal gauge? Perhaps this will reflect the scaling better?&lt;/P&gt;&lt;P&gt;Change the Min/Max/Step values for the scale in Axes tab &amp;gt; chart properties.&lt;/P&gt;&lt;P&gt;Chart percentages instead of values themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...some ideas.&lt;/P&gt;&lt;P&gt;-Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 20:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611066#M543194</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-05-07T20:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: proportion between several bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611067#M543195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should use Static max in Axis tab; the max should be the same for every chart; you have to calculate it, I think in a similar way&lt;/P&gt;&lt;P&gt;rangemax(&lt;/P&gt;&lt;P&gt;&amp;nbsp; max(aggr(expr1, year)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; max(aggr(expr2, year)),&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; .....................&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; ) * 1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in your case I suppose is useless because you have big differences in expression values (starting from 2 to 200000), so there is no way to find a common max (some bars would be too small to see it; perhaps with a log scale) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 20:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611067#M543195</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-07T20:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: proportion between several bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611068#M543196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;helped me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very much&lt;/SPAN&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 11:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611068#M543196</guid>
      <dc:creator>dambeldor</dc:creator>
      <dc:date>2014-05-08T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: proportion between several bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611069#M543197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;Thank you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very much&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;helped me.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 11:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611069#M543197</guid>
      <dc:creator>dambeldor</dc:creator>
      <dc:date>2014-05-08T11:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: proportion between several bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611070#M543198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thank you&lt;/SPAN&gt; .&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;helped me &lt;/SPAN&gt;very much&lt;/SPAN&gt; . t&lt;SPAN class="hps"&gt;hanks for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the detail .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;(and &lt;SPAN class="hps"&gt;you were right about&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the differences in expression values&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/proportion-between-several-bar-charts/m-p/611070#M543198</guid>
      <dc:creator>dambeldor</dc:creator>
      <dc:date>2014-05-08T12:01:34Z</dc:date>
    </item>
  </channel>
</rss>

