<?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: Above Function not working properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141089#M21002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=interval(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SBEDate&lt;/STRONG&gt;- above(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BOSPDate&lt;/STRONG&gt;),'hh'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2018 13:36:20 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-10-08T13:36:20Z</dc:date>
    <item>
      <title>Above Function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141088#M21001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I need to take interval&amp;nbsp; between 2 timestamp fields. One of the field will be considered from previous row value. So, I wrote expression like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;aggr(above(interval(BOSPDate - SBEDate,'hh')),BOSPDate)*24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Output filed "Actual Hour's"&amp;nbsp; bringing wrong value.&lt;/P&gt;&lt;P&gt;Pls find my attached screenshot it will give better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;10/07/2018&amp;nbsp; 13:00:00 - 11/07/2018&amp;nbsp; 15:30:00&lt;/P&gt;&lt;P&gt;Ans : 26:30 Hrs&lt;/P&gt;&lt;P&gt;Output in my Field: 19.00 Hrs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me to fix this issue. Why I am getting like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: BOSPDate is previous row field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Dhana R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141088#M21001</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-10-08T13:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141089#M21002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=interval(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SBEDate&lt;/STRONG&gt;- above(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BOSPDate&lt;/STRONG&gt;),'hh'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141089#M21002</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-10-08T13:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141090#M21003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Above() is not a problem, but the Aggr() is.... why do you need to use Aggr() here? can you just try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Above(Interval(BOSPDate - SBEDate, 'hh'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Above(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; Interval(BOSPDate - SBEDate, 'hh'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141090#M21003</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-08T13:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141091#M21004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(interval(Voyrep.SBE - above(Voyrep.BOSPDate),'hh'),Voyrep.SBE)*24&lt;/P&gt;&lt;P&gt;Only When I use aggr function I get the answer. Actually I dn't knw how to technically explain that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Dhana R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 04:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141091#M21004</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-10-09T04:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141092#M21005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;After Long back, gud to get reply frm u.&lt;/P&gt;&lt;P&gt;Hope ur doing good!!!!&lt;/P&gt;&lt;P&gt;I really don't knw sunny, only when I use aggr function I am getting the answer.&lt;/P&gt;&lt;P&gt;May be the reason it should be aggregated with any one datefield.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 04:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141092#M21005</guid>
      <dc:creator>dhanavindhan</dc:creator>
      <dc:date>2018-10-09T04:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141093#M21006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to show the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 11:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function-not-working-properly/m-p/141093#M21006</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T11:11:20Z</dc:date>
    </item>
  </channel>
</rss>

