<?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: How to dynamically set the range of a Chart??? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1556218#M40296</link>
    <description>Instead of suppressing zero, suppress missing. Change your formula to something like:&lt;BR /&gt;=sum(0) + sum(product)&lt;BR /&gt;&lt;BR /&gt;The sum(0) does not change the value where there is data, but it is also not missing.</description>
    <pubDate>Wed, 13 Mar 2019 19:45:34 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2019-03-13T19:45:34Z</dc:date>
    <item>
      <title>How to dynamically set the range of a Chart???</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1556213#M40283</link>
      <description>&lt;P&gt;How to dynamically set the range of a Chart.&lt;/P&gt;&lt;P&gt;Suppose I have a chart for sales of products (sunblock, Christmas trees, popcorn and gas). For this example, suppose some items are seasonal. Typically, I would suppress zeros which will produce a pretty useful chart. However, when I combine seasonal sales of items like sunblock (summer) with Christmas trees (winter) I don’t see the month(s) with no sales (Sep-18). So what I would like to do is set the charts min value to the first month with sales for the given selection and set the max value to the last month with sales and let the zero values for the months in the middle to appear on the chart. How can this be accomplished? I appreciate the help! &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ExampleProductSales.JPG" style="width: 891px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7953iC2456ABD4A74DB72/image-size/large?v=v2&amp;amp;px=999" role="button" title="ExampleProductSales.JPG" alt="ExampleProductSales.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1556213#M40283</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2024-11-16T21:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically set the range of a Chart???</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1556218#M40296</link>
      <description>Instead of suppressing zero, suppress missing. Change your formula to something like:&lt;BR /&gt;=sum(0) + sum(product)&lt;BR /&gt;&lt;BR /&gt;The sum(0) does not change the value where there is data, but it is also not missing.</description>
      <pubDate>Wed, 13 Mar 2019 19:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1556218#M40296</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2019-03-13T19:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically set the range of a Chart???</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1556224#M40304</link>
      <description>&lt;P&gt;I don't know where the "suppress missing" option is? Under the measure I see a "custom calculation" but I am not sure what formula to use. Additionally, I did try the "suppress nulls" on the dimension which didn't work either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SuppressZero.JPG" style="width: 254px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7955i79638F5E7A8B79D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="SuppressZero.JPG" alt="SuppressZero.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MinMaxRange.png" style="width: 282px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7958i532E7AEE34296BB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="MinMaxRange.png" alt="MinMaxRange.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1556224#M40304</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2019-03-13T20:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically set the range of a Chart???</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1557215#M40563</link>
      <description>&lt;P&gt;&lt;A title="Chart-time-dimension-based-on-min-and-max-dates" href="https://community.qlik.com/t5/New-to-QlikView/Chart-time-dimension-based-on-min-and-max-dates/m-p/920208#M207998" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-QlikView/Chart-time-dimension-based-on-min-and-max-dates/m-p/920208#M207998&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Use Set Analysis with Min and Max Date criteria.&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Date = {"&amp;gt;=$(=Min(Date))&amp;lt;=$(=Max(Date))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 13:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-dynamically-set-the-range-of-a-Chart/m-p/1557215#M40563</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2019-03-15T13:50:51Z</dc:date>
    </item>
  </channel>
</rss>

