<?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: If condition not respected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696658#M1083077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&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: 10pt; line-height: 1.5em;"&gt;=Count(if(&lt;STRONG&gt;Trim(&lt;/STRONG&gt; RaiserPlantID &lt;STRONG&gt;)&lt;/STRONG&gt; = &lt;STRONG&gt;Trim(&lt;/STRONG&gt; Responsible &lt;STRONG&gt;)&lt;/STRONG&gt;, REA ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 15:39:54 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-17T15:39:54Z</dc:date>
    <item>
      <title>If condition not respected</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696657#M1083076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why my if condition it's not respect for some values.&lt;/P&gt;&lt;P&gt;My condition:&lt;/P&gt;&lt;P&gt;=Count(if(RaiserPlantID = Responsible, REA,))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've 349 when i only should have 347.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment what is selected:&lt;/P&gt;&lt;P&gt;RaiserPlant = 351E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why this 2 are showed if raiserPlantID is different from Responsible as you can see in the pic&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60739_Untitled.png" style="width: 620px; height: 284px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 14:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696657#M1083076</guid>
      <dc:creator />
      <dc:date>2014-06-17T14:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: If condition not respected</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696658#M1083077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&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: 10pt; line-height: 1.5em;"&gt;=Count(if(&lt;STRONG&gt;Trim(&lt;/STRONG&gt; RaiserPlantID &lt;STRONG&gt;)&lt;/STRONG&gt; = &lt;STRONG&gt;Trim(&lt;/STRONG&gt; Responsible &lt;STRONG&gt;)&lt;/STRONG&gt;, REA ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696658#M1083077</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T15:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: If condition not respected</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696659#M1083078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;RaiserplantID = {$(=Trim(Only(Responsable)))}&amp;gt;} REA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696659#M1083078</guid>
      <dc:creator />
      <dc:date>2014-06-17T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: If condition not respected</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696660#M1083080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You save my day, thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; i hope some day i can retribute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 09:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-not-respected/m-p/696660#M1083080</guid>
      <dc:creator />
      <dc:date>2014-06-18T09:14:03Z</dc:date>
    </item>
  </channel>
</rss>

