<?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: Expression Independent from dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938193#M646983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension: Product&lt;/P&gt;&lt;P&gt;Expression: = Sum( Aggr( If(Sum(SalesAmount)=0,1,0), Product, Store))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 16:12:20 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-10-08T16:12:20Z</dc:date>
    <item>
      <title>Expression Independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938189#M646979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 10 stores that sell 20 different products.&lt;/P&gt;&lt;P&gt;How can I create a straight table that, for every products, tell me how many stores didn't sell that product?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 14:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938189#M646979</guid>
      <dc:creator />
      <dc:date>2015-10-08T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938190#M646980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrizio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Product&lt;/P&gt;&lt;P&gt;Expression: Count({&amp;lt;Sales = {'0'}&amp;gt;}Stores)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938190#M646980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938191#M646981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your data is aggregated or each transaction level ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can Try like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Stores={"=Sum(SalesAmount)=0"}&amp;gt;}Stores)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938191#M646981</guid>
      <dc:creator />
      <dc:date>2015-10-08T15:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938192#M646982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrizio, maybe:&lt;/P&gt;&lt;P&gt;Count(TOTAL DISTINCT Store) - Count(DISTINCT Store)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938192#M646982</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-08T15:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938193#M646983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension: Product&lt;/P&gt;&lt;P&gt;Expression: = Sum( Aggr( If(Sum(SalesAmount)=0,1,0), Product, Store))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938193#M646983</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-08T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938194#M646984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is with the incoming data.&amp;nbsp;&amp;nbsp; You can't display what doesn't exist.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Add a sale of 0.0001 to each product that the store didn't sell.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;When you sum sales the missing store data for a product will be $0.00&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A bar chart will also show what looks like zero sales for stores that didn't sell product.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Missing.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108477_Missing.jpg" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 14:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Independent-from-dimension/m-p/938194#M646984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T14:58:37Z</dc:date>
    </item>
  </channel>
</rss>

