<?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: Interval() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval/m-p/474541#M177213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share a sample app? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 05:10:40 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-10-16T05:10:40Z</dc:date>
    <item>
      <title>Interval()</title>
      <link>https://community.qlik.com/t5/QlikView/Interval/m-p/474540#M177212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;I want the correct count of Incident Nos. which have SLA_RESPONSE_TIME in hours beyond what is passed on to variable. But I am not getting exact count of Incident Nos.&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Logic:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;INCIDENT_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Interval#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SLA_RESPONSE_TIME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'ddd:hh:mm:ss')),'hh')&amp;lt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vResponsePendingHours)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;INCIDENT_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Any help would be appreciated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 05:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval/m-p/474540#M177212</guid>
      <dc:creator />
      <dc:date>2013-10-16T05:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Interval()</title>
      <link>https://community.qlik.com/t5/QlikView/Interval/m-p/474541#M177213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share a sample app? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 05:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval/m-p/474541#M177213</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-16T05:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interval()</title>
      <link>https://community.qlik.com/t5/QlikView/Interval/m-p/474542#M177214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try to flag those Incidents which has crossed the SLA Response time in the script.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;1. declare a variable to hold the threshold hour for e.g. vThrshold=10;&lt;/P&gt;&lt;P&gt;2. load &lt;/P&gt;&lt;P&gt;if([SLA Response time] &amp;gt;= '$(vThrshold)',1,0) as SLAFlag // you can use TimeStamp([SLA Response Time],'HH:mm:ss') for hours&lt;/P&gt;&lt;P&gt;3. in your chart expression you can use like below&lt;/P&gt;&lt;P&gt;count({&amp;lt;SLAFlag={1}&amp;gt;}IncidentID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 05:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval/m-p/474542#M177214</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2013-10-16T05:37:27Z</dc:date>
    </item>
  </channel>
</rss>

