<?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: Qlik Sense Script: how to evaluate if a Timestamp interval is less than &amp;quot;n&amp;quot; seconds in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418898#M3115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from my test it seems the 2 solutions work; this is a small test script, result in image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;timestamp(today() + rand()) as TimeString&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate 10000;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TimeString,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;interval((TimeString - (Previous(TimeString))), 'hh:mm:ss'),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if( (TimeString - Previous(TimeString)) &amp;lt; interval#('5','s'), 'alert', '')&amp;nbsp; as FlagAlert_5sec,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(TimeString - Previous(TimeString) &amp;lt; MakeTime(0, 0, 5), 'alert','') as FlagAlert_5sec_Sunny&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident tmp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by TimeString;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop Table tmp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you posr some rows of your data?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182279_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 16:50:25 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2017-11-06T16:50:25Z</dc:date>
    <item>
      <title>Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418894#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;can anyone help me in this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've to evaluate if a Timestamp interval is less than 5 seconds (for example) between 2 records, using Qlik Sense Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried with this statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(interval((TimeString - (Previous(TimeString))), 'hh:mm:ss') &amp;lt; time('hh:mm:ss','00:00:05'), 'alert','')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; as FlagAlert_5sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the Timestamp Format:&amp;nbsp; "04.11.2017 00:15:00" (TimeString)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 10:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418894#M3111</guid>
      <dc:creator>arnould_it</dc:creator>
      <dc:date>2017-11-06T10:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418895#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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;If(TimeString - Previous(TimeString) &amp;lt; MakeTime(0, 0, 5), 'alert','') as FlagAlert_5sec&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418895#M3112</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-06T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418896#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; if( (TimeString - Previous(TimeString)) &amp;lt; interval#('5','s'), 'alert', '')&amp;nbsp; as FlagAlert_5sec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418896#M3113</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-11-06T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418897#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately none of your solutions work, It's not so simple maybe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 14:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418897#M3114</guid>
      <dc:creator>arnould_it</dc:creator>
      <dc:date>2017-11-06T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418898#M3115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from my test it seems the 2 solutions work; this is a small test script, result in image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;timestamp(today() + rand()) as TimeString&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate 10000;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TimeString,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;interval((TimeString - (Previous(TimeString))), 'hh:mm:ss'),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if( (TimeString - Previous(TimeString)) &amp;lt; interval#('5','s'), 'alert', '')&amp;nbsp; as FlagAlert_5sec,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(TimeString - Previous(TimeString) &amp;lt; MakeTime(0, 0, 5), 'alert','') as FlagAlert_5sec_Sunny&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident tmp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by TimeString;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop Table tmp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you posr some rows of your data?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182279_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 16:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418898#M3115</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-11-06T16:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418899#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about 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;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;If(TimeStamp#(TimeString, 'DD.MM.YYYY hh:mm:ss') - Previous(TimeStamp#(TimeString, 'DD.MM.YYYY hh:mm:ss')) &amp;lt; MakeTime(0, 0, 5), 'alert','') as FlagAlert_5sec&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 16:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418899#M3116</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-06T16:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418900#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact you're right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem could be the aggregations we have to make before to evaluate the delay in seconds for each group of timestamps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example below shows a data subset in which we have a delay of 1 second between "&lt;SPAN style="font-size: 13.3333px;"&gt;04.11.2017 &lt;STRONG&gt;07:00:00&lt;/STRONG&gt;" &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and "&lt;SPAN style="font-size: 13.3333px;"&gt;04.11.2017 &lt;STRONG&gt;07:00:01&lt;/STRONG&gt;", for all the aggregations ("&lt;SPAN style="font-size: 13.3333px;"&gt;DB_CONTABILIZZATORI_2_ET20-ENERGIA_TERMICA_ASSOLUTA_IN_VAPORE_USCITA_CALDAIA" is one of them).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We are transforming a set of csv files, extracted from Energy Machines PLCs every 15 minutes, containing the misure of&amp;nbsp; many dimensions (the aggregations); sometimes the csv files are extracted twice for the same energy check with a delay within 5 seconds, and we have to monitorize this.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;============&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_2_ET20-ENERGIA_TERMICA_ASSOLUTA_IN_VAPORE_USCITA_CALDAIA-ENERGIA_TERMICA_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";72656000;1;43043291672,1065&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_2_ET20-ENERGIA_TERMICA_ASSOLUTA_IN_VAPORE_USCITA_CALDAIA-QUANTITA_VAPORE_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";79490600;1;43043291672,1181&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_3_ET21- ENERGIA_TERMICA_VAPORE_INGRESSO_TURBINA_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";11296136;1;43043291672,1181&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_3_ET21- PORTATA_VAPORE_VAPORE_INGRESSO_TURBINA_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";12458552;1;43043291672,1181&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_3_ET22- ENERGIA_TERMICA_VAPORE_INGRESSO_DEGASATORE_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";419425;1;43043291672,1181&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_3_ET22- PORTATA_VAPORE_INGRESSO_DEGASATORE_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";514255;1;43043291672,1181&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_2_ET23- ENERGIA_TERMICA_ACQUA_ALIMENTO_CALDAIA-ENERGIA_TERMICA_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";11542700;1;43043291672,1181&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_2_ET23- ENERGIA_TERMICA_ACQUA_ALIMENTO_CALDAIA-QUANTITA_ACQUA_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";85854;1;43043291672,1181&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_3_ET24- ENERGIA_TERMICA_ACQUA_PRERISCALDO_DEGASATORE_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:00";4213;1;43043291672,1759&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_3_ET25- ENERGIA_TERMICA_ACQUA_ATTEMPERAMENTO_VAPORE_COUNTERS_GRAND_TOTAL";"04.11.2017 07:00:01";3910;1;43043291672,662&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_ENERGIA_ATTIVA_PRELEVATA_SCAMBIO.COUNTERS.GRAND_TOTAL";"04.11.2017 07:00:01";328958;1;43043291672,6736&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_PORTATA_BIOMASSA.COUNTERS.GRAND_TOTAL";"04.11.2017 07:00:01";406952;1;43043291672,6736&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_PORTATA_CONDENSE.COUNTERS.GRAND_TOTAL";"04.11.2017 07:00:01";18145;1;43043291672,6852&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_PORTATA_DRYCOOLER.COUNTERS.GRAND_TOTAL";"04.11.2017 07:00:01";931959;1;43043291672,6968&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_PORTATA_RECUPERO.COUNTERS.GRAND_TOTAL";"04.11.2017 07:00:01";2438657;1;43043291672,7083&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_PORTATA_VAPORE.COUNTERS.GRAND_TOTAL";"04.11.2017 07:00:01";21620620;1;43043291672,7199&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_ENERGIA_ATTIVA_IMMESSA.COUNTERS.GRAND_TOTAL";"04.11.2017 07:15:01";7921425;1;43043302089,8727&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_ENERGIA_ATTIVA_IMMESSA_SCAMBIO.COUNTERS.GRAND_TOTAL";"04.11.2017 07:15:01";6429825;1;43043302089,8843&lt;/P&gt;&lt;P&gt;"DB_CONTABILIZZATORI_ENERGIA_ATTIVA_PRELEVATA.COUNTERS.GRAND_TOTAL";"04.11.2017 07:15:01";10;1;43043302089,8843&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 17:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418900#M3117</guid>
      <dc:creator>arnould_it</dc:creator>
      <dc:date>2017-11-06T17:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418901#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you determine your group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418901#M3118</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-07T19:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418902#M3119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"DB_CONTABILIZZATORI_ENERGIA_ATTIVA_IMMESSA.COUNTERS.GRAND_TOTAL" is a group, one of aggregations&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 07:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418902#M3119</guid>
      <dc:creator>arnould_it</dc:creator>
      <dc:date>2017-11-08T07:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Script: how to evaluate if a Timestamp interval is less than "n" seconds</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418903#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm thinking to solve this using SUM(AGGR(IF in a front-end formula instead to modify script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 08:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Script-how-to-evaluate-if-a-Timestamp-interval-is/m-p/1418903#M3120</guid>
      <dc:creator>arnould_it</dc:creator>
      <dc:date>2017-11-08T08:11:49Z</dc:date>
    </item>
  </channel>
</rss>

