<?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 Maketime in difference months? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020080#M23998</link>
    <description>&lt;P&gt;Hello everyone, I'm applying the data difference in a table using maketime, where the interval time needs to be less than 1 hour. However, it is counting incorrectly.&lt;/P&gt;
&lt;P&gt;LOAD NR_CLIENT,&lt;BR /&gt;IF(Interval((DT_CHANGE)-(DT_AVAL))&amp;lt;=MakeTime(1,0,0),'S')AS FL_INTERVAL&lt;BR /&gt;RESIDENT ATEND_CLIENT_ALL;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="estranho.jpg" style="width: 730px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96930i1D26173F469D41E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="estranho.jpg" alt="estranho.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2022 13:53:54 GMT</pubDate>
    <dc:creator>lucasx15</dc:creator>
    <dc:date>2022-12-27T13:53:54Z</dc:date>
    <item>
      <title>Maketime in difference months?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020080#M23998</link>
      <description>&lt;P&gt;Hello everyone, I'm applying the data difference in a table using maketime, where the interval time needs to be less than 1 hour. However, it is counting incorrectly.&lt;/P&gt;
&lt;P&gt;LOAD NR_CLIENT,&lt;BR /&gt;IF(Interval((DT_CHANGE)-(DT_AVAL))&amp;lt;=MakeTime(1,0,0),'S')AS FL_INTERVAL&lt;BR /&gt;RESIDENT ATEND_CLIENT_ALL;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="estranho.jpg" style="width: 730px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96930i1D26173F469D41E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="estranho.jpg" alt="estranho.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 13:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020080#M23998</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2022-12-27T13:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Maketime in difference months?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020084#M23999</link>
      <description>&lt;P&gt;DT_CHANGE - DT_AVAL is &lt;STRONG&gt;negative, ~ -16.2&lt;/STRONG&gt;, so it is obviously smaller than MakeTime(1,0,0) which is ~0.42....&lt;/P&gt;
&lt;P&gt;Perhaps you'll want to apply fabs() to the first part to avoid the issue of negatives?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 14:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020084#M23999</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-12-27T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Maketime in difference months?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020088#M24000</link>
      <description>&lt;P&gt;The issue is that line shouldn't mark the 'S' because the interval between these two dates is &amp;gt;=1 hour. And I was confused without understanding&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 14:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020088#M24000</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2022-12-27T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Maketime in difference months?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020094#M24001</link>
      <description>&lt;P&gt;Interval() is a formatting function. It doesn't modify the underlying value, which as per my previous post is negative 16.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 14:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Maketime-in-difference-months/m-p/2020094#M24001</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-12-27T14:21:18Z</dc:date>
    </item>
  </channel>
</rss>

