<?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: Dimension Limits (Middle) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1889767#M73605</link>
    <description>&lt;P&gt;Such approaches could be used within dimensions and measures whereby in dimensions it would require to wrap the aggregation with a aggr() function. Therefore it's usually more suitable to apply it within the measure.&lt;/P&gt;
&lt;P&gt;And yes, sum(value) needs to be replaced with your expression.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Mon, 07 Feb 2022 14:13:31 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-02-07T14:13:31Z</dc:date>
    <item>
      <title>Dimension Limits (Middle)</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1888928#M73602</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;This is my first post so I hope it gets posted correctly.&lt;/P&gt;
&lt;P&gt;I have built a bar chart to show impact on my results by Topic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know how to limit the Top or Bottom by a number but how do I suppress the middle portion and keep the top and bottom. Ideally I could suppress everything between .2 and -.2 - the blue section indicated in the image. I've also tried using "If" but I could be doing it incorrectly since it requires a fairly lengthy formula to get to the .2/-.2 result. Loading it in script isn't an option.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dimensions" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71573i3ECEFB7FC135648A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik Dimension limits.PNG" alt="Dimensions" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Dimensions&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 21:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1888928#M73602</guid>
      <dc:creator>dawnsurguy</dc:creator>
      <dc:date>2022-02-03T21:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits (Middle)</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1889077#M73603</link>
      <description>&lt;P&gt;You may try something like this:&lt;/P&gt;
&lt;P&gt;sum(value) * rangemax(-(rank(sum(value))&amp;lt;=5), -(rank(-sum(value))&amp;lt;=5))&lt;/P&gt;
&lt;P&gt;which used rank() twice within a condition to get a multiplicator of 0 or 1. By hiding zero-results within the object you get only the top + bottom results.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 09:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1889077#M73603</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-02-04T09:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits (Middle)</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1889760#M73604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the response.&lt;/P&gt;
&lt;P&gt;Please excuse my lack of knowledge but a couple of follow up questions...&lt;/P&gt;
&lt;P&gt;Is this formula used in the Dimension or in the Measure? Assuming "Value" would be replaced with the formula used to calculate the measure?&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;Dawn&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 13:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1889760#M73604</guid>
      <dc:creator>dawnsurguy</dc:creator>
      <dc:date>2022-02-07T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Limits (Middle)</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1889767#M73605</link>
      <description>&lt;P&gt;Such approaches could be used within dimensions and measures whereby in dimensions it would require to wrap the aggregation with a aggr() function. Therefore it's usually more suitable to apply it within the measure.&lt;/P&gt;
&lt;P&gt;And yes, sum(value) needs to be replaced with your expression.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 14:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-Limits-Middle/m-p/1889767#M73605</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-02-07T14:13:31Z</dc:date>
    </item>
  </channel>
</rss>

