<?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 Diminsion Limits and filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634470#M232706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another Day, Another Question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a file with sales results for all products(cant share though), i want to see which 15 products performed the worst so I can decide which products we will have to "let go". I know that I can do this using the Dimension Limits, this gives me a general idea for the performance of the products from the beginning of time. I want to see the products for this year(2014). when I filter on 2014 I see only the results of the Top 15 and then filtered by 2014, so my result is 2 products, while i expect 15 products.&lt;/P&gt;&lt;P&gt;I tried solving this by using a filter in the Expression but this gives exactly the same problem, does someone know how i can best approach this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 10:46:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-15T10:46:17Z</dc:date>
    <item>
      <title>Diminsion Limits and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634470#M232706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another Day, Another Question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a file with sales results for all products(cant share though), i want to see which 15 products performed the worst so I can decide which products we will have to "let go". I know that I can do this using the Dimension Limits, this gives me a general idea for the performance of the products from the beginning of time. I want to see the products for this year(2014). when I filter on 2014 I see only the results of the Top 15 and then filtered by 2014, so my result is 2 products, while i expect 15 products.&lt;/P&gt;&lt;P&gt;I tried solving this by using a filter in the Expression but this gives exactly the same problem, does someone know how i can best approach this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 10:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634470#M232706</guid>
      <dc:creator />
      <dc:date>2014-05-15T10:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Diminsion Limits and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634471#M232707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difficult to answer without having dummy data in hand...&lt;/P&gt;&lt;P&gt;but you can use below expression instead of Calculated Dimension...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13.333333015441895px;"&gt;=sum({&amp;lt;Product= {“&lt;/SPAN&gt;*&lt;STRONG style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13.333333015441895px;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13.333333015441895px;"&gt;rank(-sum(Sales),4)&amp;lt;=15”}&amp;gt;}&amp;nbsp;&amp;nbsp; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 10:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634471#M232707</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-05-15T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Diminsion Limits and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634472#M232708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe rank in set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 10:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634472#M232708</guid>
      <dc:creator />
      <dc:date>2014-05-15T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Diminsion Limits and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634473#M232709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will show the rank in reverse order so u can easily pick the worst performance &lt;/P&gt;&lt;P&gt;=rank( rank( sum(sales)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 10:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634473#M232709</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-15T10:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Diminsion Limits and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634474#M232710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly these answers give the same result. I will try to explain again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart which displays the sales of the 15 worst products&lt;/P&gt;&lt;P&gt;i have a listbox with years, like: 2014; 2013; 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i press 2014 it gives only 2 results instead of the 15 worst sales for 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The behavior the chart must have is Filter expression on Year, then filter on performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 11:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634474#M232710</guid>
      <dc:creator />
      <dc:date>2014-05-15T11:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Diminsion Limits and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634475#M232711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share sample dummy data along with your chart pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 11:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634475#M232711</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-05-15T11:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Diminsion Limits and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634476#M232712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the problem, something went wrong in the Load Script, i had to do some calculations in the script first, then store it into QVD, drop the table and reload the QVD. then it worked like a charm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 12:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diminsion-Limits-and-filtering/m-p/634476#M232712</guid>
      <dc:creator />
      <dc:date>2014-05-15T12:38:51Z</dc:date>
    </item>
  </channel>
</rss>

