<?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: Number of Rows that have a Value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425433#M33992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This returned 7 also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(TOTAL {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2017 21:46:54 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-12-27T21:46:54Z</dc:date>
    <item>
      <title>Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425419#M33978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I get the number of rows that have a value in a dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;Sum(Aggr(Count(DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} OperatorName),OperatorName))&lt;/P&gt;&lt;P&gt;noofrows(column(1))&lt;/P&gt;&lt;P&gt;Sum(if(isnum($(vEC))=-1,1,0))&lt;/P&gt;&lt;P&gt;max(&lt;SPAN style="font-size: 13.3333px;"&gt;rank(total column(1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is modify this formula&lt;/P&gt;&lt;P&gt;(rank(total column(1))/(noofrows(TOTAL)/2))-1&lt;/P&gt;&lt;P&gt;so that denominator is number of records in the dimension that have a value instead of the total records in the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 23:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425419#M33978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-04T23:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425420#M33979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} OperatorName)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 23:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425420#M33979</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-04T23:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425421#M33980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works!&amp;nbsp; Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 16:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425421#M33980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425422#M33981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if I want to know the total count of operators across a factory, line, shift?&amp;nbsp; I was thinking it would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Count(TOTAL DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} OperatorName), Factory, Line, Shift)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that isn't working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 19:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425422#M33981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-22T19:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425423#M33982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(TOTAL &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;Factory&amp;gt;&lt;/SPAN&gt; DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} OperatorName)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 21:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425423#M33982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-22T21:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425424#M33983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(TOTAL &amp;lt;Factory&amp;gt; DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} OperatorName) gives the same result as Count(TOTAL DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} OperatorName).&amp;nbsp; Neither is the count of operators on all shifts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 18:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425424#M33983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T18:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425425#M33984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What all are your chart dimensions here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 19:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425425#M33984</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T19:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425426#M33985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;factory, line, shift, employee&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also, thank you for answering my questions and being so helpful.&amp;nbsp; I am super appreciative.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 19:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425426#M33985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T19:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425427#M33986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(TOTAL &amp;lt;Factory, Line, Shift&amp;gt; DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} OperatorName)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 20:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425427#M33986</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T20:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows the have a value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425428#M33987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That returns a value of 1.&amp;nbsp; I am expecting 27.&amp;nbsp; I've attached my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula in the ranking column is rank(total column(1))&lt;/P&gt;&lt;P&gt;The formula in the total operators is column is Count(TOTAL &amp;lt;Factory, Line, Shift&amp;gt; DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm ultimately trying to do is calculate each employee's percentile.&amp;nbsp; I do have employees in my data that do not have a score, which is why the requirement of having ExpectedCases data is in the formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 20:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425428#M33987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T20:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425429#M33988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But this should give you 27, right?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(TOTAL DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(NODISTINCT Count(&lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DISTINCT &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee), Factory)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 20:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425429#M33988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T20:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425430#M33989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(TOTAL DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee) gives me 7, which is the distinct number of employees on the unique factory/line/shifts in the data.&lt;/P&gt;&lt;P&gt;Aggr(NODISTINCT Count(DISTINCT {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee), Factory) also gives me 7.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 21:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425430#M33989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425431#M33990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Remove DISTINCT from within Count&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 21:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425431#M33990</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T21:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425432#M33991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That also returns 7.&amp;nbsp; Which makes sense since there's 7 operators in the data.&amp;nbsp; Should there be a count of operators aggregated over factory, line, shift?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 21:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425432#M33991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425433#M33992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This returned 7 also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(TOTAL {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 21:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425433#M33992</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T21:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425434#M33993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it did.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 21:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425434#M33993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T21:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425435#M33994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(TOTAL {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee&amp;amp;Shift&amp;amp;Line&amp;amp;Factory)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 21:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425435#M33994</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T21:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425436#M33995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That returns 5239.&amp;nbsp; I don't know what that result means.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 22:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425436#M33995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T22:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425437#M33996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about if you now add DISTINCT &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT TOTAL {&amp;lt;ExpectedCases = {'*'}&amp;gt;} Employee&amp;amp;Shift&amp;amp;Line&amp;amp;Factory)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 22:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425437#M33996</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T22:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows that have a Value</title>
      <link>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425438#M33997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked!&amp;nbsp; I can't believe it!&amp;nbsp; Thank you!&amp;nbsp; Thank you!&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also works, Count(TOTAL DISTINCT {&amp;lt;InspectedCount = {'*'}&amp;gt;} PlantName&amp;amp;LineName&amp;amp;ShiftNumber).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this reason this works is I'm counting the total distinct operators that have data across each unique dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 22:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-of-Rows-that-have-a-Value/m-p/1425438#M33997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T22:40:53Z</dc:date>
    </item>
  </channel>
</rss>

