<?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 Attempt to narrow down what needs attention using isnull in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846105#M655418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on an expression to help narrow down when my colleagues miss a step in the process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically if Step 3 is complete (not Null), but either step 1 or 2 is not (Null) work needs to be down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT if([Load Date]=vLatestDate AND Isnull([Step1- Actual]) AND IsNull ([Step2 - Actual]) &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, [Project Number])&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works in providing me with situations where Step1 or 2 are null. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I'm not sure how I can ask the question to include Step3 is not Null. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 19:35:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-29T19:35:53Z</dc:date>
    <item>
      <title>Attempt to narrow down what needs attention using isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846105#M655418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on an expression to help narrow down when my colleagues miss a step in the process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically if Step 3 is complete (not Null), but either step 1 or 2 is not (Null) work needs to be down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT if([Load Date]=vLatestDate AND Isnull([Step1- Actual]) AND IsNull ([Step2 - Actual]) &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, [Project Number])&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works in providing me with situations where Step1 or 2 are null. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I'm not sure how I can ask the question to include Step3 is not Null. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846105#M655418</guid>
      <dc:creator />
      <dc:date>2015-06-29T19:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to narrow down what needs attention using isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846106#M655419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and not isnull(step3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and len(trim(step3))&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846106#M655419</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-29T19:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to narrow down what needs attention using isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846107#M655420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to add to Massimo reply&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;isnull(step3) = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846107#M655420</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-29T19:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to narrow down what needs attention using isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846108#M655421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought you wanted step 1 or step 2 to be null, but your expression is saying and. Are you looking for 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(DISTINCT If([Load Date]=vLatestDate &lt;SPAN style="color: #ff0000;"&gt;and Len(Trim(Step3)) &amp;gt;0 and&lt;/SPAN&gt; (Isnull([Step1- Actual]) &lt;SPAN style="color: #ff0000;"&gt;or&lt;/SPAN&gt; IsNull([Step2 - Actual])&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, [Project Number])&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&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;&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;Best,&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;Sunny&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attempt-to-narrow-down-what-needs-attention-using-isnull/m-p/846108#M655421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-29T19:52:48Z</dc:date>
    </item>
  </channel>
</rss>

