<?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 Using interval function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-interval-function/m-p/1775565#M60111</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a function Interval .&lt;/P&gt;&lt;P&gt;-Interval(Date_ConfirmDetails - Start_Station_Date,'D') as Days_In_Station, Num of days is correct!&lt;/P&gt;&lt;P&gt;Then, I'm trying to show in listbox my new field- I get a number if instances for each entry (instead one of each).&lt;/P&gt;&lt;P&gt;Or when I'm trying to make a table of&amp;nbsp; sum of&amp;nbsp;Days_In_Station by ID , I get a strange number. (Big wrong number)&lt;/P&gt;&lt;P&gt;What's wrong with my code?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 11:53:02 GMT</pubDate>
    <dc:creator>judalkoby</dc:creator>
    <dc:date>2021-01-19T11:53:02Z</dc:date>
    <item>
      <title>Using interval function</title>
      <link>https://community.qlik.com/t5/App-Development/Using-interval-function/m-p/1775565#M60111</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a function Interval .&lt;/P&gt;&lt;P&gt;-Interval(Date_ConfirmDetails - Start_Station_Date,'D') as Days_In_Station, Num of days is correct!&lt;/P&gt;&lt;P&gt;Then, I'm trying to show in listbox my new field- I get a number if instances for each entry (instead one of each).&lt;/P&gt;&lt;P&gt;Or when I'm trying to make a table of&amp;nbsp; sum of&amp;nbsp;Days_In_Station by ID , I get a strange number. (Big wrong number)&lt;/P&gt;&lt;P&gt;What's wrong with my code?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 11:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-interval-function/m-p/1775565#M60111</guid>
      <dc:creator>judalkoby</dc:creator>
      <dc:date>2021-01-19T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using interval function</title>
      <link>https://community.qlik.com/t5/App-Development/Using-interval-function/m-p/1775874#M60137</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;find the example:&lt;/P&gt;&lt;P&gt;intervel match&lt;/P&gt;&lt;P&gt;Employee_age:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Name, Age&lt;BR /&gt;John, 35&lt;BR /&gt;Katy, 26&lt;BR /&gt;William, 52&lt;BR /&gt;Barbara, 46&lt;BR /&gt;Erik, 18&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Age:&lt;BR /&gt;LOAD *&lt;BR /&gt;INLINE [&lt;BR /&gt;MinAge, MaxAge&lt;BR /&gt;0, 17&lt;BR /&gt;18, 25&lt;BR /&gt;26, 30&lt;BR /&gt;31, 40&lt;BR /&gt;41, 50&lt;BR /&gt;51, 1000&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IntervalMatch (Age)&lt;BR /&gt;Load&lt;BR /&gt;MinAge as Min_Age, /*------Rename to avoid synthetic keys---------*/&lt;BR /&gt;MaxAge as Max_Age&lt;BR /&gt;Resident&lt;BR /&gt;Age;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ksrinivasan.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 06:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-interval-function/m-p/1775874#M60137</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-20T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using interval function</title>
      <link>https://community.qlik.com/t5/App-Development/Using-interval-function/m-p/1775939#M60151</link>
      <description>&lt;P&gt;Your date-fields are probably no dates else timestamps so that you get multiple numeric values for a certain as day formatted result. If so you need to remove the time-part and/or split dates and times - at best within the script with something like:&lt;/P&gt;&lt;P&gt;date(floor(FIELD)) as Date,&lt;BR /&gt;time(frac(FIELD)) as Time&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 09:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-interval-function/m-p/1775939#M60151</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-01-20T09:53:49Z</dc:date>
    </item>
  </channel>
</rss>

