<?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: Min, Max values in the line chart grid in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401186#M149290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii,&lt;/P&gt;&lt;P&gt;your output seems like correct . m not sure where you get wrong answer&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;try this one in expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;min (TOTAL &amp;lt;Description&amp;gt; value) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and for maximun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;max(TOTAL &amp;lt;Description&amp;gt; value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;see the attached file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 13:21:05 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-05-23T13:21:05Z</dc:date>
    <item>
      <title>Min, Max values in the line chart grid</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401184#M149288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with showing Min and Max values in the expression Axes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an inline table:&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[Description, value&lt;/P&gt;&lt;P&gt;'1 - 10', -0.02&lt;/P&gt;&lt;P&gt;'11 - 20', -0.01&lt;/P&gt;&lt;P&gt;'21 - 30', 0&lt;/P&gt;&lt;P&gt;'31 - 40', 0.01&lt;/P&gt;&lt;P&gt;'41 - 50', 0.02&lt;/P&gt;&lt;P&gt;'51 - 60', 1.02]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I filled 0.1 value to the Static step.&lt;/P&gt;&lt;P&gt;Problem in that I need to have -0.02 and 1.02 values on the grid, but i see -0.1 and 1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41578" class="jive-image-thumbnail jive-image" onclick="" alt="chart.png" src="https://community.qlik.com/legacyfs/online/41578_chart.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401184#M149288</guid>
      <dc:creator />
      <dc:date>2013-05-23T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Min, Max values in the line chart grid</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401185#M149289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need to set the step size to 0.01 instead of 0.1. You can change that on the Axis tab of the properties window by setting Static Step to 0.01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401185#M149289</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-23T13:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Min, Max values in the line chart grid</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401186#M149290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii,&lt;/P&gt;&lt;P&gt;your output seems like correct . m not sure where you get wrong answer&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;try this one in expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;min (TOTAL &amp;lt;Description&amp;gt; value) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and for maximun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;max(TOTAL &amp;lt;Description&amp;gt; value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;see the attached file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401186#M149290</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-23T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Min, Max values in the line chart grid</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401187#M149291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the answer, but problem is I need to have -0.02 as Min and 1.02 as Max on grid. Now I have 0.0 and 1.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 14:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-values-in-the-line-chart-grid/m-p/401187#M149291</guid>
      <dc:creator />
      <dc:date>2013-05-23T14:28:14Z</dc:date>
    </item>
  </channel>
</rss>

