<?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: Issue with interval function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227080#M852826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tom Grouwe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share your qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonas Melo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 18:11:03 GMT</pubDate>
    <dc:creator>jonas_rezende</dc:creator>
    <dc:date>2017-03-03T18:11:03Z</dc:date>
    <item>
      <title>Issue with interval function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227078#M852824</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;&lt;/P&gt;&lt;P&gt;I'm having trouble with a issue:&lt;/P&gt;&lt;P&gt;I have the following chart (see image)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikview DB_warehousing.PNG" class="jive-image image-1" src="/legacyfs/online/155159_Qlikview DB_warehousing.PNG" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In this chart I would like to show "duurtotaal + uren NB" in the same presentation (dd:hh) as "#Uren".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For "Duurtotaal + Uren NB" I have set the following expression:&lt;/P&gt;&lt;P&gt;INTERVAL(SUM(DuurTotaal), 'dd:hh') + INTERVAL(SUM([#Uren NB])/24, 'dd:hh')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For "#Uren":&lt;/P&gt;&lt;P&gt;INTERVAL(SUM(#Uren)/24, 'dd:hh')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some values are divided by 24 because the format in the sourcedocument isn't dd:hh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I need to do to get the same presentation as "#uren"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227078#M852824</guid>
      <dc:creator>tomgrouwe</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with interval function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227079#M852825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERVAL(Rangesum(SUM(DuurTotaal),SUM([#Uren NB])/24),'dd:hh')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I think, if you use "+" then the return value is a number and then your interval format will be deleted...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227079#M852825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T16:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with interval function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227080#M852826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tom Grouwe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share your qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonas Melo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 18:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227080#M852826</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2017-03-03T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with interval function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227081#M852827</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: 13px;"&gt;Without the qvw we can not be sure what it should be but try the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;INTERVAL(SUM(DuurTotaal) + (SUM([#Uren NB]) / 24), 'dd:hh')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Mar 2017 06:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227081#M852827</guid>
      <dc:creator>marioglasmv</dc:creator>
      <dc:date>2017-03-04T06:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with interval function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227082#M852828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to what everybody else said already - INTERVAL is a formatting function. It generally makes sense to format a number only once, as the last thing you do (so, outermost function).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Mar 2017 13:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227082#M852828</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2017-03-04T13:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with interval function</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227083#M852829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked. Thank you Robin &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 09:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-interval-function/m-p/1227083#M852829</guid>
      <dc:creator>tomgrouwe</dc:creator>
      <dc:date>2017-03-06T09:27:13Z</dc:date>
    </item>
  </channel>
</rss>

