<?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 Expression logic help please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055576#M940120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a excel file as below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112325_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the logic I have to get in a single expression is ,&lt;/P&gt;&lt;P&gt;1.1.If Room type is WRKST and OFFICE then count only the Employees with the email attached (Don’t count the Empname with blank)&lt;/P&gt;&lt;P&gt;2.If room Type is anything else other than OFFICE and WRKST then count employees with name and the blank fields too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I am facing is I am counting the Employee name twice.Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 13:59:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-22T13:59:23Z</dc:date>
    <item>
      <title>Expression logic help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055576#M940120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a excel file as below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112325_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the logic I have to get in a single expression is ,&lt;/P&gt;&lt;P&gt;1.1.If Room type is WRKST and OFFICE then count only the Employees with the email attached (Don’t count the Empname with blank)&lt;/P&gt;&lt;P&gt;2.If room Type is anything else other than OFFICE and WRKST then count employees with name and the blank fields too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I am facing is I am counting the Employee name twice.Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055576#M940120</guid>
      <dc:creator />
      <dc:date>2016-01-22T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression logic help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055577#M940122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can your provide the data in an excel format with the expected output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055577#M940122</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-22T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression logic help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055578#M940123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[RM RoomType]={'WRKST', 'OFFICE'}, [EM EmployeeName]={"=len(trim([EM EmployeeName]))&amp;gt;0"}&amp;gt;} [RM BuildingCo])&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Expression 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=count({&amp;lt;[RM RoomType] -= {'WRKST', 'OFFICE'}&amp;gt;} [RM BuildingCo])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055578#M940123</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-22T14:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression logic help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055579#M940125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/957244"&gt;Logic help Please&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how to attach the file here,so created a new thread ..sorry and above is the link to find the excel ifle.Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055579#M940125</guid>
      <dc:creator />
      <dc:date>2016-01-22T14:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression logic help please</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055580#M940127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To attach a file to a post, click "Use Advanced Editor" in the top right, and in the editor select "Attach" on the bottom right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-logic-help-please/m-p/1055580#M940127</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-22T14:39:13Z</dc:date>
    </item>
  </channel>
</rss>

