<?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 Scripting question...Passing score, but not within due date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scripting-question-Passing-score-but-not-within-due-date/m-p/1419646#M810064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help scripting/configuring a panel/chart with the following condition in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Count the number of a given case Title that passed the benchmark score of 80, but NOT by the due date.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There are a number of data entries for a given case Title with varying scores and dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variables/Conditions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Case = "Title"&lt;/P&gt;&lt;P&gt;Case Status = Completed&lt;/P&gt;&lt;P&gt;Case Score &amp;gt;= 80&lt;/P&gt;&lt;P&gt;Case Completed Date &amp;gt; Case Due Date&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Case Due Date = "mm/dd/yyyy hh:mm:ss"&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Case Completed Date = &lt;SPAN style="font-size: 13.3333px;"&gt;"mm/dd/yyyy hh:mm:ss"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks for any help in advance. Please let me know if you have questions to help devise this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Trista&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Scripting question...Passing score, but not within due date</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-question-Passing-score-but-not-within-due-date/m-p/1419646#M810064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help scripting/configuring a panel/chart with the following condition in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Count the number of a given case Title that passed the benchmark score of 80, but NOT by the due date.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There are a number of data entries for a given case Title with varying scores and dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variables/Conditions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Case = "Title"&lt;/P&gt;&lt;P&gt;Case Status = Completed&lt;/P&gt;&lt;P&gt;Case Score &amp;gt;= 80&lt;/P&gt;&lt;P&gt;Case Completed Date &amp;gt; Case Due Date&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Case Due Date = "mm/dd/yyyy hh:mm:ss"&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Case Completed Date = &lt;SPAN style="font-size: 13.3333px;"&gt;"mm/dd/yyyy hh:mm:ss"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks for any help in advance. Please let me know if you have questions to help devise this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Trista&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-question-Passing-score-but-not-within-due-date/m-p/1419646#M810064</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question...Passing score, but not within due date</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-question-Passing-score-but-not-within-due-date/m-p/1419647#M810065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Case]={'Title'},[Case Score]={"&amp;gt;=80"}, [Case Status]={'Competed'}, [Case&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Completed Date] ={$(&amp;gt; [Case Due Date])}&lt;/SPAN&gt; &amp;gt;}&amp;nbsp; Case)&lt;/P&gt;&lt;P&gt;I'll have to double check the syntax in Qlikview tomorrow but I think these would be the filters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-question-Passing-score-but-not-within-due-date/m-p/1419647#M810065</guid>
      <dc:creator>cristinapo</dc:creator>
      <dc:date>2017-10-09T19:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question...Passing score, but not within due date</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-question-Passing-score-but-not-within-due-date/m-p/1419648#M810066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the script side you can try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomeFields,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case='Title' and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Case Status] = 'Completed' and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Case Score] &amp;gt;= 80 and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Case Completed Date] &amp;gt; [Case Due Date], 1, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) as [Passing Score]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the UI side create an expression Sum( [Passing Score] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 19:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-question-Passing-score-but-not-within-due-date/m-p/1419648#M810066</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-10-09T19:35:42Z</dc:date>
    </item>
  </channel>
</rss>

