<?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 function not working properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1675022#M449708</link>
    <description>&lt;P&gt;Best way I was taught to work on these situations is to pull apart your expression into the smallest components and put those into Text Objects to check each component etc. and then put things back together one component at a time, that should help you figure out where things are going wrong, and then finding a solution should likely be easier.&amp;nbsp; You may want to have a look around the Design Blog area potentially, might be something out here that may help too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That area has over 700 posts from our internal experts and most are how-to related, so should be useful going forward on other things if nothing else, sorry not more direct help here, might help if you could attach a small sample QVW so folks could poke around in more detail on their own.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 20:15:02 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-02-12T20:15:02Z</dc:date>
    <item>
      <title>interval function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1665446#M449120</link>
      <description>&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;i am having a below chart&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;There are two calculations that i am trying to achieve the same result but can you help me understand why is it not giving me the same result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26819i22A741DB58A0FD34/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot.PNG" alt="screenshot.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manual case creation(gives correct result)&lt;/P&gt;&lt;P&gt;=Interval( [collateral-valuation-reviewCaseCompleted-CPVT-REJECTED] - Min(HDR_TIMESTAMP) ,'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;manual case creation 2(giving no result)&lt;/P&gt;&lt;P&gt;=Interval(&lt;/P&gt;&lt;P&gt;AVG(Aggr(If(IsNull([collateral-valuation-reviewCaseCompleted-CPVT-REJECTED]), 0,&lt;BR /&gt;[collateral-valuation-reviewCaseCompleted-CPVT-REJECTED] - Min(HDR_TIMESTAMP)), HDR_CORR_ID))&lt;/P&gt;&lt;P&gt;, 'hh:mm:ss')&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1665446#M449120</guid>
      <dc:creator>paulista</dc:creator>
      <dc:date>2024-11-16T01:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: interval function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1665589#M449131</link>
      <description>&lt;P&gt;Just curious, but do you get a number if you remove the Interval() function? In other words, does this return a result?&lt;/P&gt;&lt;P&gt;=AVG(Aggr(If(IsNull([collateral-valuation-reviewCaseCompleted-CPVT-REJECTED]), 0, [collateral-valuation-reviewCaseCompleted-CPVT-REJECTED] - Min(HDR_TIMESTAMP)), HDR_CORR_ID))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 21:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1665589#M449131</guid>
      <dc:creator>billbois</dc:creator>
      <dc:date>2020-01-14T21:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: interval function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1666755#M449184</link>
      <description>&lt;P&gt;no it does not unbfortunately for the same row&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 13:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1666755#M449184</guid>
      <dc:creator>paulista</dc:creator>
      <dc:date>2020-01-17T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: interval function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1666762#M449185</link>
      <description>&lt;P&gt;which value should be given when Date is null? You have given 0 but&amp;nbsp; [0 - anydate] will always give you wrong results.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 13:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1666762#M449185</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-17T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: interval function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1675022#M449708</link>
      <description>&lt;P&gt;Best way I was taught to work on these situations is to pull apart your expression into the smallest components and put those into Text Objects to check each component etc. and then put things back together one component at a time, that should help you figure out where things are going wrong, and then finding a solution should likely be easier.&amp;nbsp; You may want to have a look around the Design Blog area potentially, might be something out here that may help too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That area has over 700 posts from our internal experts and most are how-to related, so should be useful going forward on other things if nothing else, sorry not more direct help here, might help if you could attach a small sample QVW so folks could poke around in more detail on their own.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/interval-function-not-working-properly/m-p/1675022#M449708</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-12T20:15:02Z</dc:date>
    </item>
  </channel>
</rss>

