<?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 Dimension limit for middle result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-limit-for-middle-result/m-p/1299964#M516711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a classic bar chart showing Product Category in axis X and sum(SELLING_PRICE) in axis Y ordered by Y-Value descending.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I need to divide this chart in 3: Top Performing, Mid Performing, Bottom Performing depending by Y-Value.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My unique selection is Period because in each period I don't sell same &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY and I need to show only &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY&lt;/SPAN&gt; sold in selected Period.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My Idea is making 3 charts , the first with Top N , the 3th with Bottom M , the 2nd with Medium P Product Category performer.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I create a Variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vTotal = Count( distinct {&amp;lt;PERIOD={$(vCurrentPeriod)}&amp;gt;} PRODUCT_CATEGORY)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;, calculated N&amp;nbsp; for 1st chart:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vN = Floor(&lt;SPAN style="font-size: 13.3333px;"&gt;vTotal &lt;/SPAN&gt;/3)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;, calculated P&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vP = &lt;SPAN style="font-size: 13.3333px;"&gt;Floor(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vTotal &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;/3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, calculated M&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vM = &lt;SPAN style="font-size: 13.3333px;"&gt;vTotal &lt;/SPAN&gt;- &lt;SPAN style="font-size: 13.3333px;"&gt;vN &lt;/SPAN&gt; - &lt;SPAN style="font-size: 13.3333px;"&gt;vP &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So, for first chart I used Dimension Limit for TOP vN elements, for 3th chart I used BOTTOM vM elements... and for 2nd chart?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How can I select elements in the middle?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could I define a &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY&lt;/SPAN&gt; set including all &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY&lt;/SPAN&gt; not in 1st chart and not in 3th chart?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Someone has few suggestion for do this?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm using QlikView 11.20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2017 15:54:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-21T15:54:58Z</dc:date>
    <item>
      <title>Dimension limit for middle result</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-limit-for-middle-result/m-p/1299964#M516711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a classic bar chart showing Product Category in axis X and sum(SELLING_PRICE) in axis Y ordered by Y-Value descending.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I need to divide this chart in 3: Top Performing, Mid Performing, Bottom Performing depending by Y-Value.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My unique selection is Period because in each period I don't sell same &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY and I need to show only &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY&lt;/SPAN&gt; sold in selected Period.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My Idea is making 3 charts , the first with Top N , the 3th with Bottom M , the 2nd with Medium P Product Category performer.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I create a Variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vTotal = Count( distinct {&amp;lt;PERIOD={$(vCurrentPeriod)}&amp;gt;} PRODUCT_CATEGORY)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;, calculated N&amp;nbsp; for 1st chart:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vN = Floor(&lt;SPAN style="font-size: 13.3333px;"&gt;vTotal &lt;/SPAN&gt;/3)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;, calculated P&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vP = &lt;SPAN style="font-size: 13.3333px;"&gt;Floor(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vTotal &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;/3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, calculated M&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vM = &lt;SPAN style="font-size: 13.3333px;"&gt;vTotal &lt;/SPAN&gt;- &lt;SPAN style="font-size: 13.3333px;"&gt;vN &lt;/SPAN&gt; - &lt;SPAN style="font-size: 13.3333px;"&gt;vP &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So, for first chart I used Dimension Limit for TOP vN elements, for 3th chart I used BOTTOM vM elements... and for 2nd chart?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How can I select elements in the middle?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could I define a &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY&lt;/SPAN&gt; set including all &lt;SPAN style="font-size: 13.3333px;"&gt;PRODUCT_CATEGORY&lt;/SPAN&gt; not in 1st chart and not in 3th chart?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Someone has few suggestion for do this?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm using QlikView 11.20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-limit-for-middle-result/m-p/1299964#M516711</guid>
      <dc:creator />
      <dc:date>2017-04-21T15:54:58Z</dc:date>
    </item>
  </channel>
</rss>

