<?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: Class Function with Max Interval? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049082#M526051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea why the interval shows 3 numbers? What does the middle number mean - an average or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1-21-2016 12-36-58 PM.jpg" class="jive-image image-1" src="/legacyfs/online/112252_1-21-2016 12-36-58 PM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 19:37:15 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2016-01-21T19:37:15Z</dc:date>
    <item>
      <title>Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049075#M526044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a class function that shows &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,30,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&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;I want the largest interval to show &amp;gt;120. Rather than 120 - 150, etc... How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cassandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049075#M526044</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-21T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049076#M526045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=If(WORKFLOW_DURATION &amp;lt;= 120, Class(WORKFLOW_DURATION, 30, WORKFLOW_DURATION&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;), '&amp;gt;120')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049076#M526045</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T15:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049077#M526046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Sunny. Then how would I sort it so that &amp;gt;120 comes after the other intervals?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049077#M526046</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-21T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049078#M526047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Dual(&lt;/SPAN&gt;If(WORKFLOW_DURATION &amp;lt;= 120, Class(WORKFLOW_DURATION, 30, WORKFLOW_DURATION&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;), '&amp;gt;120')&lt;SPAN style="color: #ff0000;"&gt;, Class(WORKFLOW_DURATION, 30, WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #ff0000;"&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049078#M526047</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049079#M526048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't look quite right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1-21-2016 9-05-52 AM.jpg" class="jive-image image-1" src="/legacyfs/online/112241_1-21-2016 9-05-52 AM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049079#M526048</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-21T16:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049080#M526049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Oh I understand why it is doing this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;May be try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Dual(&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;If(WORKFLOW_DURATION &amp;lt;= 120, Class(WORKFLOW_DURATION, 30, WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;), '&amp;gt;120')&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(WORKFLOW_DURATION &amp;lt;= 120, Class(WORKFLOW_DURATION, 30, WORKFLOW_DURATION&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;), 150)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049080#M526049</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T16:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049081#M526050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049081#M526050</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-21T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049082#M526051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea why the interval shows 3 numbers? What does the middle number mean - an average or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1-21-2016 12-36-58 PM.jpg" class="jive-image image-1" src="/legacyfs/online/112252_1-21-2016 12-36-58 PM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 19:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049082#M526051</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-21T19:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049083#M526052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have specified the x to be replaced by &lt;STRONG style=": ; color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;WORKFLOW_DURATION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-01-21 14_43_28-New Text Object.png" class="jive-image image-1" src="/legacyfs/online/112265_2016-01-21 14_43_28-New Text Object.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; line-height: 1.5em; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Class(WORKFLOW_DURATION, 30, WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;), '&amp;gt;120')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Change the third argument to make it something static (&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ConditionalFunctions/class.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ConditionalFunctions/class.htm"&gt;QlikView ‒ class - script and chart function&lt;/A&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; line-height: 1.5em; color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; line-height: 1.5em; color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/112266_Capture.PNG" style="height: 121px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 19:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049083#M526052</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T19:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049084#M526053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason, I am getting the same REQUEST_ID counted multiple times and not sure why. I would only expect it to be counted once in 60-90 since the duration is 70 days. Any idea? I am thinking I need to use something like this: &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),30) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;dPgmPm (a group)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&amp;nbsp; &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: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= 120, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 30), '&amp;gt;120'),&amp;nbsp; &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: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= 120, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 30), 120) )&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&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;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Project Initiation and Design', 'Project Quality Review', 'Planning', 'Implementation', 'Close Out')&amp;gt;0,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;BR /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: &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: #800000; font-size: 8pt;"&gt;REQUEST_ID&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;&lt;IMG __jive_id="112270" alt="1-21-2016 3-18-43 PM.jpg" class="jive-image image-1" src="/legacyfs/online/112270_1-21-2016 3-18-43 PM.jpg" style="width: 620px; height: 209px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="112280" alt="1-21-2016 3-22-20 PM.jpg" class="jive-image image-2" src="/legacyfs/online/112280_1-21-2016 3-22-20 PM.jpg" style="width: 620px; height: 57px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 22:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049084#M526053</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-21T22:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049085#M526054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 22:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049085#M526054</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T22:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049086#M526055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing just one bar for the selection you have in your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112340_Capture.PNG" style="height: 346px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 15:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049086#M526055</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-22T15:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049087#M526056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you Clear the selections, however, now the intervals don't look right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the expression I am using, it is now &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&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: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= 120, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 60), '&amp;gt;120'), &lt;BR /&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: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= 120, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 60), 120)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049087#M526056</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-22T20:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049088#M526057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the Buckets in the script with IntervalMatch function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 21:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049088#M526057</guid>
      <dc:creator />
      <dc:date>2016-01-22T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049089#M526058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a reference for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049089#M526058</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-22T23:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049090#M526059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see updated sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 18:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049090#M526059</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-25T18:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049091#M526060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you point out what isn't working? May be tell us what selections to make and what are the expected result based on those selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 18:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049091#M526060</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-25T18:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049092#M526061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you select REQUEST_ID 182921, you will see two versions of the chart. The top one shows two buckets for one request (not sure why). The second chart looks correct with the&amp;nbsp; 60-120 bucket compared to the data on the bottom showing 101 business days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="112497" alt="1-25-2016 11-13-05 AM.jpg" class="image-4 jive-image" src="/legacyfs/online/112497_1-25-2016 11-13-05 AM.jpg" style="width: 620px; height: 509px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you clear the selections, you will see the buckets for the second chart no longer reflect 0-60, 60-120 and &amp;gt;120. This is why I was playing with the &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total))) in the expression...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="112496" alt="1-25-2016 11-14-18 AM.jpg" class="jive-image image-3" src="/legacyfs/online/112496_1-25-2016 11-14-18 AM.jpg" style="width: 620px; height: 459px;" /&gt;&lt;/P&gt;&lt;P&gt;Does that help? Sorry for the confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 18:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049092#M526061</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-01-25T18:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049093#M526062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the REQUEST_ID selection, there are two rows of data one is between 0 and 60 and other is between 60 and 120. That is why you see two bars. Would you want to add them together when you create classes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049093#M526062</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-25T19:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function with Max Interval?</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049094#M526063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this is what you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function-with-Max-Interval/m-p/1049094#M526063</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-25T19:38:26Z</dc:date>
    </item>
  </channel>
</rss>

