<?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: KPI Date comparisons challenges Sense(3.2.4) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349192#M29979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;attach is an example&lt;/P&gt;&lt;P&gt;some references&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for completion date i inserted now() for null values&lt;/LI&gt;&lt;LI&gt;you can use the same logic to set a minimum value to all null values in startdate&lt;/LI&gt;&lt;LI&gt;in the front end it's an easy expression , you can't use set analysis because it's calculated at app level and not row level&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 03:31:15 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2017-06-12T03:31:15Z</dc:date>
    <item>
      <title>KPI Date comparisons challenges Sense(3.2.4)</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349191#M29978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The KPI needs to count all tickets that have not been completed on-time from the ticket start date ( plus 60 days)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where its greater then the actual completion date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first snag is that some of the start dates can be null, also the completion date might be null if it wasn't completed yet.&lt;/P&gt;&lt;P&gt;So the rule is : Count (startdate +60 &amp;gt; completiondate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the two fields are datetime formatted&lt;/P&gt;&lt;P&gt;Question is how do i plan for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample dates provided: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Startdate&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; = 05/09/2017 7:43:50 AM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Completiondate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 07/03/2017 9:34:45 PM&lt;/P&gt;&lt;P&gt;I included some sample dates.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The following attempt is not returning anything &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [date([startdate]={"&amp;gt;=$(=date([startdate] +60, 'MM/DD/YYYY')) &amp;gt;$(=DATE(completiondate, 'MM/DD/YYYY')) "} &amp;gt;} [Tickets]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about the nulls, how do i deal with that?&lt;/P&gt;&lt;P&gt;What is the secret , and an example would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks community&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 01:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349191#M29978</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2017-06-12T01:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Date comparisons challenges Sense(3.2.4)</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349192#M29979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;attach is an example&lt;/P&gt;&lt;P&gt;some references&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for completion date i inserted now() for null values&lt;/LI&gt;&lt;LI&gt;you can use the same logic to set a minimum value to all null values in startdate&lt;/LI&gt;&lt;LI&gt;in the front end it's an easy expression , you can't use set analysis because it's calculated at app level and not row level&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 03:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349192#M29979</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2017-06-12T03:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Date comparisons challenges Sense(3.2.4)</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349193#M29980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you add a barchart that shows counts by month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349193#M29980</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2017-06-13T13:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Date comparisons challenges Sense(3.2.4)</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349194#M29981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Can you add a barchart that shows counts by month of the late results?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 14:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349194#M29981</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2017-06-13T14:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Date comparisons challenges Sense(3.2.4)</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349195#M29982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;do you want the chart to check for each instance in the end of each month &lt;/P&gt;&lt;P&gt;it was open if it's late or not ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 19:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349195#M29982</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2017-06-13T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Date comparisons challenges Sense(3.2.4)</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349196#M29983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes please&lt;/P&gt;&lt;P&gt;And if you could show also the average days it took to complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-Date-comparisons-challenges-Sense-3-2-4/m-p/1349196#M29983</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2017-06-15T16:36:53Z</dc:date>
    </item>
  </channel>
</rss>

