<?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 Changing/fixing bar size in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-fixing-bar-size/m-p/964907#M330842</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 requirement to fix bar size over any selection of filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default view:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic_bar_1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100438_Dynamic_bar_1.JPG" style="width: 620px; height: 222px;" /&gt;&lt;/P&gt;&lt;P&gt;After Filter&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic_bar_2.JPG" class="jive-image image-2" height="284" src="https://community.qlik.com/legacyfs/online/100445_Dynamic_bar_2.JPG" width="622" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected output is to get same bar size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) By resizing chart dynamically&lt;/P&gt;&lt;P&gt;2) By fixing a bar size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not finding any option to achieve above options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 07:00:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-30T07:00:55Z</dc:date>
    <item>
      <title>Changing/fixing bar size</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-fixing-bar-size/m-p/964907#M330842</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 requirement to fix bar size over any selection of filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default view:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic_bar_1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100438_Dynamic_bar_1.JPG" style="width: 620px; height: 222px;" /&gt;&lt;/P&gt;&lt;P&gt;After Filter&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic_bar_2.JPG" class="jive-image image-2" height="284" src="https://community.qlik.com/legacyfs/online/100445_Dynamic_bar_2.JPG" width="622" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected output is to get same bar size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) By resizing chart dynamically&lt;/P&gt;&lt;P&gt;2) By fixing a bar size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not finding any option to achieve above options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-fixing-bar-size/m-p/964907#M330842</guid>
      <dc:creator />
      <dc:date>2015-09-30T07:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing/fixing bar size</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-fixing-bar-size/m-p/964908#M330843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a default-behaviour from the chart and couldn't be directly customized. The only way to get "fixed" bar-widths is to make the chart per set analysis independent from the any/certain selections and to "hide" the unrelated values by setting conditions into the various layout-settings like the background-color. Try with the expressions something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;color-expression:&lt;/P&gt;&lt;P&gt;if(count(Group) = 0, argb(0,0,0,0), blue())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chart-expression:&lt;/P&gt;&lt;P&gt;sum({1} Group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you will need further adjustments to the sorting for the groups if you don't want wholes within the dimension values and put them in front or to the end from the dimension-values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-fixing-bar-size/m-p/964908#M330843</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-30T10:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing/fixing bar size</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-fixing-bar-size/m-p/964909#M330844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be like in attached sample ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 11:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-fixing-bar-size/m-p/964909#M330844</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-09-30T11:13:12Z</dc:date>
    </item>
  </channel>
</rss>

