<?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: Conditional Sum with different dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041456#M922163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;many thanks for your reply. it seems the syntax &lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;sum({1-&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;employee_salary_to={'*'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&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; background-color: #f2f2f2;"&gt;employee_salary) works as I got some results. Unfortunately just now realized that there is an other table for the company position releated to the main salary table and the sum of salary is also depending of that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;So the final result Is that I have to tables joined with the employee ID and additional two fields named&amp;nbsp; employee_engagement_from and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;employee_engagement_to with same filling method the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;employee_engagement_to is blank for the last employee position.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So finally my sum should be conditioned from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;blanks values of both employee_salary_to and employee_engagement_to. Any ideas on how could change the formula?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thank you so much for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2016 15:11:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-15T15:11:40Z</dc:date>
    <item>
      <title>Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041454#M922158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I need to show in a&amp;nbsp; chart employee last year salary on a table that comes with all salary based on different dates.&lt;/P&gt;&lt;P&gt;Basically the table have:&lt;/P&gt;&lt;P&gt;employee_name&lt;/P&gt;&lt;P&gt;emplyee_company&lt;/P&gt;&lt;P&gt;employee_salary_from&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;employee_salary_to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;employee_salary&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;SPAN style="font-size: 13.3333px;"&gt;Each employee comes with different rows each and the last one is just the one where the field &lt;SPAN style="font-size: 13.3333px;"&gt;employee_salary_from is filled with a date and the field &lt;SPAN style="font-size: 13.3333px;"&gt;employee_salary_to is not filled.&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;&lt;SPAN style="font-size: 13.3333px;"&gt;I'm unaware on how to sum only the last salary (the one where &lt;SPAN style="font-size: 13.3333px;"&gt;employee_salary_to is empty).&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;SPAN style="font-size: 13.3333px;"&gt;Cold someone help?&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;SPAN style="font-size: 13.3333px;"&gt;Thank you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041454#M922158</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041455#M922161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;employee_salary_to-={'*'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;employee_salary) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Or try &lt;SPAN style="font-size: 13.3333px;"&gt;sum({1-&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;employee_salary_to={'*'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;employee_salary)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 14:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041455#M922161</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-15T14:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041456#M922163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;many thanks for your reply. it seems the syntax &lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;sum({1-&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;employee_salary_to={'*'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&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; background-color: #f2f2f2;"&gt;employee_salary) works as I got some results. Unfortunately just now realized that there is an other table for the company position releated to the main salary table and the sum of salary is also depending of that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;So the final result Is that I have to tables joined with the employee ID and additional two fields named&amp;nbsp; employee_engagement_from and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;employee_engagement_to with same filling method the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;employee_engagement_to is blank for the last employee position.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So finally my sum should be conditioned from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;blanks values of both employee_salary_to and employee_engagement_to. Any ideas on how could change the formula?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thank you so much for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 15:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041456#M922163</guid>
      <dc:creator />
      <dc:date>2016-04-15T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041457#M922165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ok, try sum({1-&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;employee_salary_to={'*'}&amp;gt;-&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;employee_engagement_to={'*'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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;employee_salary)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 15:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041457#M922165</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-15T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041458#M922167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert much appreciated.&lt;/P&gt;&lt;P&gt;I'm not sure but it seem that I have same issue of the first formula. Try to explain:&lt;/P&gt;&lt;P&gt;1. I need to select an employee from the employee list box to see the result in the chart table and even I select just one employee I can see all the employee in the chart&lt;/P&gt;&lt;P&gt;2. the sum wan't work as it show a different value greater then the salary. In the fact I just need to show the salary (not need to sum different rows values) as the row will be just one but unaware if the formula may change.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 15:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041458#M922167</guid>
      <dc:creator />
      <dc:date>2016-04-15T15:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041459#M922170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 16:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041459#M922170</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-15T16:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041460#M922173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;many thanks for your help and sorry for delay in my answer. Unfortunately I was in sick.&lt;/P&gt;&lt;P&gt;Please find attached the qlik view sample.&lt;/P&gt;&lt;P&gt;Thank you for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 09:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041460#M922173</guid>
      <dc:creator />
      <dc:date>2016-04-26T09:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041461#M922175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A _jive_internal="true" data-avatarid="6257" data-externalid="" data-online="false" data-presence="null" data-userid="96544" data-username="gwassenaar" href="https://community.qlik.com/people/gwassenaar"&gt;&lt;SPAN style="color: #000080; text-decoration: underline;"&gt;Gysbert Wassenaar&lt;/SPAN&gt;&lt;/A&gt; sorry to disturb you but just wondered to know if you had chance tio take a look to the QV sample. Thank you for your time,&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 07:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041461#M922175</guid>
      <dc:creator />
      <dc:date>2016-04-27T07:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041462#M922176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the easy way out is to mark the records where To_Salary is null in the script in a preceding load and create a new flag field for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Payroll:&lt;/P&gt;&lt;P&gt;LOAD *, &lt;STRONG&gt;If(Len(Trim(To_Salary))=0,1,0) as IsLastSalary&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT `ID_employee`,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `ID_Payroll`,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Base as `salary`,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `From` as `From_salary`,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `To` as `To_salary`&lt;/P&gt;&lt;P&gt;FROM Payroll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can simply sum the the salary values where that flag field has the value 1: sum({&amp;lt;IsLastSalary={1}&amp;gt;}salary)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 13:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041462#M922176</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-27T13:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041463#M922177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DEar Gysbert,&lt;/P&gt;&lt;P&gt;many thanks for ypur reply.&lt;/P&gt;&lt;P&gt;Unfortunately the LOAD *, &lt;STRONG&gt;If(Len(Trim(To_Salary))=0,1,0) as IsLastSalary&lt;/STRONG&gt;; seems not working as I got the message tat field &lt;STRONG&gt;To_Salary&lt;/STRONG&gt; is not found. i also tried to change it with original name "To" but same error. I'm loading this data from a MDB access DB. What I can't undestand is the "from" clausle on this script how works on the first load *. I mean how he know where to load the data?&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 15:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041463#M922177</guid>
      <dc:creator />
      <dc:date>2016-04-27T15:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041464#M922178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes, a typo. Change it to To_&lt;STRONG&gt;s&lt;/STRONG&gt;alary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The load statement is a preceding load. The source table is the record set returned by your SQL statement. See this blog post for an explanation: &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 15:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041464#M922178</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-27T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Sum with different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041465#M922179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works!!!!! Many thans Gysbert! You give me a new way to look at solutions. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Sum-with-different-dates/m-p/1041465#M922179</guid>
      <dc:creator />
      <dc:date>2016-04-27T16:19:16Z</dc:date>
    </item>
  </channel>
</rss>

