<?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: Exclude min value from Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730843#M721833</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;SPAN&gt;Count({&amp;lt;Year-={2015}&amp;gt;}Aggr(if(Min(TOTAL &amp;lt;product&amp;gt; Year)=Year, product), product, Year)) works however when I select the &lt;STRONG&gt;Year &lt;/STRONG&gt;filter , the values adds up again.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 26 Jul 2020 04:00:35 GMT</pubDate>
    <dc:creator>Anononymous13</dc:creator>
    <dc:date>2020-07-26T04:00:35Z</dc:date>
    <item>
      <title>Exclude min value from Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730421#M721831</link>
      <description>&lt;P&gt;Hello Qlik experts ,&lt;/P&gt;&lt;P&gt;I am trying to create a chart to show the first appearance of a product in the market.&lt;/P&gt;&lt;P&gt;I used the expression&amp;nbsp;&lt;STRONG&gt;=aggr({&amp;lt;[Year]=&amp;gt;}Min([Year]),[product])&lt;/STRONG&gt; in my Dimension to show all the products and their min year and the data on the bar chart appears correctly.&lt;/P&gt;&lt;P&gt;Now I would want to exclude the year '2015' from the Dimension and show only the products that appeared for the first time between 2016 to 2020, when I try to use the expression&amp;nbsp;&lt;STRONG&gt;aggr({&amp;lt;[Year]=&amp;gt;}min({$&amp;lt;[Year]={'&amp;lt;&amp;gt;2015'}&amp;gt;} [Year]),[Product])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;the values for 2015 and 2016 are adding up in the bar chart. Could anybody please help me with the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730421#M721831</guid>
      <dc:creator>Anononymous13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude min value from Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730797#M721832</link>
      <description>&lt;P&gt;Hi, ycan you try this?: =aggr({&amp;lt;[Year]&lt;STRONG&gt;-={2015}&lt;/STRONG&gt;&amp;gt;}Min([Year]),[product])&lt;/P&gt;&lt;P&gt;Or use a simple Year and product as dimensions and set the logic in expression:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Year-={2015}&amp;gt;}Aggr(if(Min(TOTAL &amp;lt;product&amp;gt; Year)=Year, product), product, Year))&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 09:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730797#M721832</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-07-25T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude min value from Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730843#M721833</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;SPAN&gt;Count({&amp;lt;Year-={2015}&amp;gt;}Aggr(if(Min(TOTAL &amp;lt;product&amp;gt; Year)=Year, product), product, Year)) works however when I select the &lt;STRONG&gt;Year &lt;/STRONG&gt;filter , the values adds up again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 04:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730843#M721833</guid>
      <dc:creator>Anononymous13</dc:creator>
      <dc:date>2020-07-26T04:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude min value from Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730854#M721834</link>
      <description>&lt;P&gt;Ok, I added a clause to ignore selections when calcualtes the min year of each product:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Year-={2015}&amp;gt;}Aggr(if(Min(&lt;STRONG&gt;{1}&lt;/STRONG&gt; TOTAL &amp;lt;product&amp;gt; Year)=Year, product), product, Year))&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 08:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1730854#M721834</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-07-26T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude min value from Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1731021#M721835</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;, it works.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 12:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-min-value-from-Dimension/m-p/1731021#M721835</guid>
      <dc:creator>Anononymous13</dc:creator>
      <dc:date>2020-07-27T12:28:20Z</dc:date>
    </item>
  </channel>
</rss>

