<?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 exclude certain dimension values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665714#M242331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 21:29:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-20T21:29:29Z</dc:date>
    <item>
      <title>How to exclude certain dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665710#M242327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension: StoreName&lt;/P&gt;&lt;P&gt;Expression: sum(Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to exclude the dimension to include only stores that have &amp;gt;100 customer accounts associated with it. How do I go about doing this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried&lt;/P&gt;&lt;P&gt;if(count(DISTINCT Account)&amp;gt;100, StoreName)&lt;/P&gt;&lt;P&gt;but that doesn't seem to work. Should I be using an aggr() function? Set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 20:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665710#M242327</guid>
      <dc:creator />
      <dc:date>2014-10-20T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665711#M242328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({$&amp;lt;StoreName={"=count(distinct Account)&amp;gt;100"}&amp;gt;} Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 20:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665711#M242328</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-20T20:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665712#M242329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Massimo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would use that as the expression, but is there any way I could exclude those dimension values using a calculated dimension rather than doing it in the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 20:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665712#M242329</guid>
      <dc:creator />
      <dc:date>2014-10-20T20:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665713#M242330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(aggr(count(DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Account&lt;/SPAN&gt;), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;StoreName&lt;/SPAN&gt;)&amp;gt;100, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;StoreName&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 20:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665713#M242330</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-20T20:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude certain dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665714#M242331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 21:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-certain-dimension-values/m-p/665714#M242331</guid>
      <dc:creator />
      <dc:date>2014-10-20T21:29:29Z</dc:date>
    </item>
  </channel>
</rss>

