<?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: Mini charts static min and max axis alignment in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mini-charts-static-min-and-max-axis-alignment/m-p/984599#M527927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for offering the various alternative solutions. I have tried option 1 &amp;amp; 2 and the visual results is more or less the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 3 looks viable and below is the link for those looking for solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8131"&gt;Data Driven Dynamic Static Max value in Charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 09:10:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-25T09:10:51Z</dc:date>
    <item>
      <title>Mini charts static min and max axis alignment</title>
      <link>https://community.qlik.com/t5/QlikView/Mini-charts-static-min-and-max-axis-alignment/m-p/984597#M527925</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;My mini charts are pretty flat in comparison and will to make the MoM variance stand out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We know that scale (static min and max) value of the chart can be adjusted axes under chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The options are limited in the mini chart settings.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Not sure if this can be done for mini charts using SET analysis in the expression. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 13:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mini-charts-static-min-and-max-axis-alignment/m-p/984597#M527925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-20T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mini charts static min and max axis alignment</title>
      <link>https://community.qlik.com/t5/QlikView/Mini-charts-static-min-and-max-axis-alignment/m-p/984598#M527926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can address it in a few ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Play with the two checkboxes at the bottom of the Mini-cart settings, they can help you emphasize the trend if the mini-charts don't have to be scaled, compared to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you'd like to add a static minimum, simply subtract the value from your mini-chart expression, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales) - 1000000&lt;/P&gt;&lt;P&gt;or using a variable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales) - $(vMyStaticMin)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, you don't need to worry about the static Max - QlikView will automatically scale the highest value in the chart to take up the available space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If you'd like your Min value to be dynamic, you can try to calculate it using advanced aggregation. For example, if your chart is by Customer, then this will be the min value of sales by Customer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGGR(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can subtract this value from the chart expression. This way, the min. value of Sales will be equivalent to 0 in your mini chart. You can tweak it to show an arbitrary small amount in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=HEF4KYLLE22XIQH2"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 19:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mini-charts-static-min-and-max-axis-alignment/m-p/984598#M527926</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-09-20T19:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mini charts static min and max axis alignment</title>
      <link>https://community.qlik.com/t5/QlikView/Mini-charts-static-min-and-max-axis-alignment/m-p/984599#M527927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for offering the various alternative solutions. I have tried option 1 &amp;amp; 2 and the visual results is more or less the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 3 looks viable and below is the link for those looking for solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8131"&gt;Data Driven Dynamic Static Max value in Charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 09:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mini-charts-static-min-and-max-axis-alignment/m-p/984599#M527927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T09:10:51Z</dc:date>
    </item>
  </channel>
</rss>

