<?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: Sum element from one table divided by time interval from another. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418150#M611247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm,... I don't know exactly how to look for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time_stamp is a field from postgres database field TimeStamp.&lt;/P&gt;&lt;P&gt;In Table it is formatted as : 2017-11-06 10:28:40.380000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CicleStart and End are derivates from time_stamp, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(In Load function)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(If(value &amp;gt; 2000 and Previous(value) &amp;lt; 2000, time_stamp, peek('CicleEnd'))) as CicleEnd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if I put them in table, they seams to be Numbsers. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 13:43:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-06T13:43:38Z</dc:date>
    <item>
      <title>Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418141#M611233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables in my qlik sense applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [table_one]:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [index],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CicleId],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CicleEnd],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CicleStart],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [time_stamp];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [table_two]:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [id],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [diIndex],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;[diStatus],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [time_stamp];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to create table where I would have dimension: CicleId, and measurement sum of diStatus for this cicle period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;table_two&lt;/SPAN&gt;.time_stamp={"&amp;gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;table_one&lt;/SPAN&gt;.&lt;SPAN style="font-size: 13.3333px;"&gt;CicleStart&lt;/SPAN&gt;"},&lt;SPAN style="font-size: 13.3333px;"&gt;table_two&lt;/SPAN&gt;.time_stamp={"&amp;lt;=&lt;SPAN style="font-size: 13.3333px;"&gt;table_one&lt;/SPAN&gt;.&lt;SPAN style="font-size: 13.3333px;"&gt;CicleEnd&lt;/SPAN&gt;"},&lt;SPAN style="font-size: 13.3333px;"&gt;table_two&lt;/SPAN&gt;.diIndex={15}&amp;gt;}diStatus)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But What I get is for all rows 0 but in total I get some value (145)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to fix it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 09:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418141#M611233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418142#M611234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this? I am assuming, script involves Qualify statement.&lt;/P&gt;&lt;P&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;STRONG&gt;Sum({&amp;lt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.time_stamp]={"=[&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.time_stamp] &lt;/SPAN&gt;&amp;gt;= [&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CicleStart]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"},[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.time_stamp]={"=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.time_stamp] &lt;/SPAN&gt;&amp;lt;= [&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CicleEnd]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"},&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table_two&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;.diIndex={15}&amp;gt;}diStatus)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418142#M611234</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-06T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418143#M611235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this is still not correct answer. I think you assume, that timestamp in one table and timestamp in second are the same, but they are not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418143#M611235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T11:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418144#M611236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, This should work. But if it won't work that means your data model may effect to load the data points. Will you able to provide sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418144#M611236</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-06T11:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418145#M611238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what you mean by provide sample. I already provide, how tables look like. &lt;/P&gt;&lt;P&gt;I can provide screenshots of my application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2017-11-06 at 12.26.25.png" class="jive-image image-3" src="/legacyfs/online/182228_Screen Shot 2017-11-06 at 12.26.25.png" style="height: 221px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I am sum-ing the purple lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2017-11-06 at 12.23.16.png" class="jive-image image-2" src="/legacyfs/online/182226_Screen Shot 2017-11-06 at 12.23.16.png" style="height: 68px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, in range from 8.09 to 8.14.50 I have two lines, so the sum should be 2. &lt;/P&gt;&lt;P&gt;Also for next period from 8.14.50 to 8.20.12&amp;nbsp; I have two lines as well.&lt;IMG alt="Screen Shot 2017-11-06 at 12.28.12.png" class="image-4 jive-image" src="/legacyfs/online/182229_Screen Shot 2017-11-06 at 12.28.12.png" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418145#M611238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T11:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418146#M611239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means, You are just sharing layout of schema not the input values. Some where i would think this has format issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologies to review is not clear from my end, It should be like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;.time_stamp]={"=[&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;.time_stamp] &lt;/SPAN&gt;&amp;gt;= [&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;CicleStart] and &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;.time_stamp] &lt;/SPAN&gt;&amp;lt;= [&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;CicleEnd]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;"},&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;table_two&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;.diIndex={15}&amp;gt;}diStatus)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418146#M611239</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-06T11:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418147#M611241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, there could be a format issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I convert it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.time_stamp]={"=[&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.time_stamp] &lt;/SPAN&gt;&amp;gt;= [Date(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CicleStart, 'YYYY-DD-MM HH:mm:ss')] and &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.time_stamp] &lt;/SPAN&gt;&amp;lt;= [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CicleEnd&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;, 'YYYY-DD-MM HH:mm:ss')&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;"},&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_two&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;.diIndex={15}&amp;gt;}diStatus)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;but it is still not working.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418147#M611241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T11:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418148#M611243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format for&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) &lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_two&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.time_stamp]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;2) [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CicleStart]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;3) [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;table_one&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CicleEnd]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418148#M611243</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-06T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418149#M611245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a feeling that you might need to use if statement rather than using set analysis here.... but I am not 100% sure... can you share some sample data in an Excel file and explain the output you are trying to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418149#M611245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-06T12:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sum element from one table divided by time interval from another.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418150#M611247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm,... I don't know exactly how to look for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time_stamp is a field from postgres database field TimeStamp.&lt;/P&gt;&lt;P&gt;In Table it is formatted as : 2017-11-06 10:28:40.380000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CicleStart and End are derivates from time_stamp, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(In Load function)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(If(value &amp;gt; 2000 and Previous(value) &amp;lt; 2000, time_stamp, peek('CicleEnd'))) as CicleEnd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if I put them in table, they seams to be Numbsers. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-element-from-one-table-divided-by-time-interval-from-another/m-p/1418150#M611247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T13:43:38Z</dc:date>
    </item>
  </channel>
</rss>

