<?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 Count If In Dimension Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959774#M953152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want to show a list box showing only customers who have open sales lines, my expression is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If(&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt; (&lt;SPAN style="color: #0000ff;"&gt;Total&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Order_Number&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However this wont work, any pointers?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 09:18:27 GMT</pubDate>
    <dc:creator>dmac1971</dc:creator>
    <dc:date>2015-11-23T09:18:27Z</dc:date>
    <item>
      <title>Count If In Dimension Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959774#M953152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want to show a list box showing only customers who have open sales lines, my expression is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If(&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt; (&lt;SPAN style="color: #0000ff;"&gt;Total&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Order_Number&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However this wont work, any pointers?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959774#M953152</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2015-11-23T09:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count If In Dimension Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959775#M953153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If(&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt; (only(&lt;SPAN style="color: #0000ff;"&gt;Total&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Order_Number&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;)) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959775#M953153</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-23T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count If In Dimension Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959776#M953154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry doesn't work, empty table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959776#M953154</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2015-11-23T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count If In Dimension Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959777#M953155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to wrap your condition within an aggr-function: aggr(count(Order_Number)&amp;gt;0, Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959777#M953155</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-23T09:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count If In Dimension Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959778#M953156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sorted it Marcus, many thanks :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if( &lt;SPAN style="color: #0000ff;"&gt;aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Order_Number&lt;/SPAN&gt;), &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-In-Dimension-Expression/m-p/959778#M953156</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2015-11-23T09:31:42Z</dc:date>
    </item>
  </channel>
</rss>

