<?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: Filling in Timestamp values between existing timestamps in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2157720#M93797</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Thank you for the answer it helped me to understand that the my issue goes deeper. This works partially in my case but unfortunately can't get it right because I need it to work dynamically on the front within object.&lt;BR /&gt;&lt;BR /&gt;User can filter multiple ID's (which are aggregated by other fields) and every aggregation needs to be calculated separately.&amp;nbsp;&lt;BR /&gt;Now it is being calculated based on the Value and i would need it to be calculated on the fly for the aggregated field (which can contain a lot of individual values)&lt;BR /&gt;&lt;BR /&gt;Below example with the aggregated field containing 2 Values (autogenerated by singular Value in similar fashion as proposed above)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MATC_0-1704266314101.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126473iC89F86331589901F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MATC_0-1704266314101.png" alt="MATC_0-1704266314101.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Not sure if it is understandable as it is rather complex case. Basically i need to find gaps between selected On and Off fields but dynamically and generate the time values for these gaps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 07:21:11 GMT</pubDate>
    <dc:creator>MATC</dc:creator>
    <dc:date>2024-01-03T07:21:11Z</dc:date>
    <item>
      <title>Filling in Timestamp values between existing timestamps</title>
      <link>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2153543#M93438</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have this issue where I need to fill in Timestamp values inbetween existing ones (table below)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MATC_0-1702642285775.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125559iE037C02CD1FF2B35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MATC_0-1702642285775.png" alt="MATC_0-1702642285775.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;(For example I need to have an ID (it can be autogenerated values) from 2023-06-28 06:00:00 till 2023-06-28 06:26:25&lt;BR /&gt;then next one from&amp;nbsp;2023-06-28 06:26:27 till 2023-06-28 06:29:34 etc.&lt;BR /&gt;&lt;BR /&gt;Can this be achieved in Qlik Sense?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 12:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2153543#M93438</guid>
      <dc:creator>MATC</dc:creator>
      <dc:date>2023-12-15T12:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filling in Timestamp values between existing timestamps</title>
      <link>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2153590#M93442</link>
      <description>&lt;P&gt;Yes, you can. Take a look at&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Design/Creating-Reference-Dates-for-Intervals/ba-p/1463944" target="_blank"&gt;https://community.qlik.com/t5/Design/Creating-Reference-Dates-for-Intervals/ba-p/1463944&lt;/A&gt;&amp;nbsp;and you will see the principles.&lt;/P&gt;
&lt;P&gt;Do you want one datapoint per minute? Then try&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TimeStamp&lt;/SPAN&gt;&lt;SPAN&gt;(&amp;nbsp;Floor(Start,1/24/60)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;+&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;IterNo&lt;/SPAN&gt;&lt;SPAN&gt;() – 1)/24/60 )&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;as&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ReferenceTime&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or second? Then try&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TimeStamp(&amp;nbsp;Floor(Start,1/24/60/60)&amp;nbsp;+&amp;nbsp;(IterNo() – 1)/24/60/60 )&amp;nbsp;as&amp;nbsp;ReferenceTime&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 14:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2153590#M93442</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2023-12-15T14:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filling in Timestamp values between existing timestamps</title>
      <link>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2153604#M93445</link>
      <description>&lt;P&gt;You can also use the previous() function to do this.&lt;BR /&gt;For example, by adding this code after you have loaded the data:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Concatenate(myTable)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load -1*RowNo() as ID, Previous(End)+(1/86400) as End,Next(Start)-(1/86400) as End Resident myTable Where Not IsNull(Previous(End))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Order By ID,Start;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 14:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2153604#M93445</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-15T14:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filling in Timestamp values between existing timestamps</title>
      <link>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2157720#M93797</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Thank you for the answer it helped me to understand that the my issue goes deeper. This works partially in my case but unfortunately can't get it right because I need it to work dynamically on the front within object.&lt;BR /&gt;&lt;BR /&gt;User can filter multiple ID's (which are aggregated by other fields) and every aggregation needs to be calculated separately.&amp;nbsp;&lt;BR /&gt;Now it is being calculated based on the Value and i would need it to be calculated on the fly for the aggregated field (which can contain a lot of individual values)&lt;BR /&gt;&lt;BR /&gt;Below example with the aggregated field containing 2 Values (autogenerated by singular Value in similar fashion as proposed above)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MATC_0-1704266314101.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126473iC89F86331589901F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MATC_0-1704266314101.png" alt="MATC_0-1704266314101.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Not sure if it is understandable as it is rather complex case. Basically i need to find gaps between selected On and Off fields but dynamically and generate the time values for these gaps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 07:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filling-in-Timestamp-values-between-existing-timestamps/m-p/2157720#M93797</guid>
      <dc:creator>MATC</dc:creator>
      <dc:date>2024-01-03T07:21:11Z</dc:date>
    </item>
  </channel>
</rss>

