<?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: Re: syncronize line chart with minimun value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692741#M541957</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 make it dynamic min scale by using expression with Aggr() and Min() function. See attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 08:39:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-17T08:39:34Z</dc:date>
    <item>
      <title>syncronize line chart with minimun value</title>
      <link>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692738#M541952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a line chart and i want to synchronize the Y axis with the smallest value in the chart. I mean that if the minimun value is 1.000.000 i do not want the chart to start from 0 but from 1.000.000 in order to elininate the white space which is not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to do it with a line chart that calculates the amoun of some transactions but i cannot get the same result when i try to do the same with a line chart that calculates the transaction count.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In both charts i have checked the "synchronize zero level for expression axes" and unchecked the "forced 0" and "log scale"in the axes tab and all null and zero values are excluded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The charts are identical (they have the same properties) and the only thing that changes is the expresions (sum vs count). The count chart is a clone of the sum chart.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The charts have 4 expressions with information about the 4 latest years.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Attached you will see find the 2 charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be very appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 08:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692738#M541952</guid>
      <dc:creator />
      <dc:date>2014-06-17T08:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: syncronize line chart with minimun value</title>
      <link>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692739#M541953</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;Have you tried setting Chart's Static Min scale?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="limit_zero.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60688_limit_zero.PNG.png" style="width: 620px; height: 551px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 08:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692739#M541953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: syncronize line chart with minimun value</title>
      <link>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692740#M541954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I cannot have static min since the displayed values can vary between a few thounsands up to 5 or 6 millions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 08:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692740#M541954</guid>
      <dc:creator />
      <dc:date>2014-06-17T08:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re: syncronize line chart with minimun value</title>
      <link>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692741#M541957</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 make it dynamic min scale by using expression with Aggr() and Min() function. See attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 08:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syncronize-line-chart-with-minimun-value/m-p/692741#M541957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T08:39:34Z</dc:date>
    </item>
  </channel>
</rss>

