<?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 Condition in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282937#M586402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 fields in a same table &lt;/P&gt;&lt;P&gt;Field 1: Unit_ID&lt;/P&gt;&lt;P&gt;Field 2: Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit_ID gives the unit id's processed in the plant.&lt;/P&gt;&lt;P&gt;and status give the various status of the operation applied on the perticular unit. status are PASS,FAIL,ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the no of units for which the status is PASS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me the expression for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2011 10:09:19 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2011-06-13T10:09:19Z</dc:date>
    <item>
      <title>Condition in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282937#M586402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 fields in a same table &lt;/P&gt;&lt;P&gt;Field 1: Unit_ID&lt;/P&gt;&lt;P&gt;Field 2: Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit_ID gives the unit id's processed in the plant.&lt;/P&gt;&lt;P&gt;and status give the various status of the operation applied on the perticular unit. status are PASS,FAIL,ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the no of units for which the status is PASS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me the expression for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 10:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282937#M586402</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-06-13T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Condition in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282938#M586403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Status={'PASS'}&amp;gt;} Unit_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 10:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282938#M586403</guid>
      <dc:creator />
      <dc:date>2011-06-13T10:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282939#M586404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 10:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282939#M586404</guid>
      <dc:creator>neetu_singh</dc:creator>
      <dc:date>2011-06-13T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Condition in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282940#M586405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; U can also use:&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;COUNT(if(Status='PASS',[Unit Id]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 10:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282940#M586405</guid>
      <dc:creator />
      <dc:date>2011-06-13T10:23:19Z</dc:date>
    </item>
    <item>
      <title>Condition in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282941#M586406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shans My problem is solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 10:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Expression/m-p/282941#M586406</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-06-13T10:31:32Z</dc:date>
    </item>
  </channel>
</rss>

