<?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 Computing Sums with different Dates and Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352429#M130765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not that problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is quite difficult actually because he needs to compute the minimum date of each variable a and them sum the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2012 16:52:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-16T16:52:57Z</dc:date>
    <item>
      <title>Computing Sums with different Dates and Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352425#M130761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a litle problem making a sum procedure and i'm not sure witch is the best way to deal with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable A , witch have to number 1 and 2;&lt;/P&gt;&lt;P&gt;Variable B, witch is a date&amp;nbsp; and has 10 entries from 2011 (the dates differ with the number 1 or 2 from variable A)&lt;/P&gt;&lt;P&gt;Variable C, witch is sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not i want a table like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable C&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(Variable B)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({$&amp;lt;Variable B={$(=min(Variable B))&amp;gt;} Variable C)&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(Variable B)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({$&amp;lt;Variable B={$(=min(Variable B))&amp;gt;} Variable C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i apply this it doesnt work and mybe is because is assuming the min data for the entiry database and not for the Dimension of Variable A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solve out if i compute the min of each Variable A in script but mybe should be an easy way to deal with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone could help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 10:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352425#M130761</guid>
      <dc:creator />
      <dc:date>2012-04-16T10:57:58Z</dc:date>
    </item>
    <item>
      <title>Computing Sums with different Dates and Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352426#M130762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliano,&lt;/P&gt;&lt;P&gt;maybe is not working because the syntax, you could add the comas, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; Sum({$&amp;lt;Variable B={&lt;STRONG&gt;"&lt;/STRONG&gt;=$(=min(Variable B))&lt;STRONG&gt;" }&lt;/STRONG&gt; &amp;gt;} Variable C)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 14:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352426#M130762</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-04-16T14:30:48Z</dc:date>
    </item>
    <item>
      <title>Computing Sums with different Dates and Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352427#M130763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried in different forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 15:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352427#M130763</guid>
      <dc:creator />
      <dc:date>2012-04-16T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Computing Sums with different Dates and Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352428#M130764</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;If those are the actual field names, you will need to wrap with [ ], as in [Variable A] and use the expression in the previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 15:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352428#M130764</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-04-16T15:18:14Z</dc:date>
    </item>
    <item>
      <title>Computing Sums with different Dates and Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352429#M130765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not that problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is quite difficult actually because he needs to compute the minimum date of each variable a and them sum the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Computing-Sums-with-different-Dates-and-Dimensions/m-p/352429#M130765</guid>
      <dc:creator />
      <dc:date>2012-04-16T16:52:57Z</dc:date>
    </item>
  </channel>
</rss>

