<?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: Using IF and OR in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765480#M663725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=COUNT(IF([STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime' or&lt;/P&gt;&lt;P&gt;[STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime',1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 18:33:22 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-01-09T18:33:22Z</dc:date>
    <item>
      <title>Using IF and OR</title>
      <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765476#M663721</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;I have a list of Step status in records and I need to determine late and overdue.&amp;nbsp; this is what I have so far, but I get an error out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;COUNT&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #800000;"&gt;[STATUS_SP]&lt;/SPAN&gt; = 'Evaluate' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[EVAL_ONTIME]&lt;/SPAN&gt; = 'OnTime') &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;(&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[STATUS_SP]&lt;/SPAN&gt; = 'Evaluate' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[EVAL_ONTIME]&lt;/SPAN&gt; = 'OnTime'),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765476#M663721</guid>
      <dc:creator>leocattqv</dc:creator>
      <dc:date>2015-01-09T18:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using IF and OR</title>
      <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765477#M663722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The red indicates unbalanced parens, And there appear to be no difference between the two ifs. I think this is what you want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT(&lt;/P&gt;&lt;P&gt;IF(([STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime') &lt;/P&gt;&lt;P&gt; ,1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765477#M663722</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-01-09T18:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using IF and OR</title>
      <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765478#M663723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for syntax maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT(IF(&amp;nbsp;&amp;nbsp;&amp;nbsp; ([STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime') or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ([STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765478#M663723</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-01-09T18:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using IF and OR</title>
      <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765479#M663724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=COUNT(IF([STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime') or&lt;BR /&gt;([STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime'),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765479#M663724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T18:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using IF and OR</title>
      <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765480#M663725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=COUNT(IF([STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime' or&lt;/P&gt;&lt;P&gt;[STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime',1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765480#M663725</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-09T18:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using IF and OR</title>
      <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765481#M663726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;thanks all, I really appreciate it,&amp;nbsp; that did it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 19:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765481#M663726</guid>
      <dc:creator>leocattqv</dc:creator>
      <dc:date>2015-01-09T19:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using IF and OR</title>
      <link>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765482#M663727</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;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;&amp;nbsp; is right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime' or [STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is equal to&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[STATUS_SP] = 'Evaluate' and [EVAL_ONTIME] = 'OnTime'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so his solution might be the better choice if this is, what you are looking for.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 19:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-IF-and-OR/m-p/765482#M663727</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-09T19:18:21Z</dc:date>
    </item>
  </channel>
</rss>

