<?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 Qlikview sum quantity per year issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-sum-quantity-per-year-issue/m-p/1090079#M919069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am new to Qlikview.&lt;/P&gt;&lt;P&gt;I am running the following query in a Text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Year={&lt;STRONG&gt;1999&lt;/STRONG&gt;}&amp;gt;} amount_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to sum all quantity sold for the year 1999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of summing the quantities for the year 1999 as requested, Qlikview will always do the sum for the &lt;STRONG&gt;year currently selected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, if I select year 2000 in my app, Qlikview will do the sum of quantities for the year 2000&lt;/P&gt;&lt;P&gt;For instance, if I select year 2001 in my app, Qlikview will do the sum of quantities for the year 2001&lt;/P&gt;&lt;P&gt;If I do not select a year, Qlikview will do the sum of quantities for all the years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I change in my expression to have Qlikview do the sum for the year &lt;STRONG&gt;1999&lt;/STRONG&gt; no matter which year is selected in the app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Qlikview sum quantity per year issue</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-sum-quantity-per-year-issue/m-p/1090079#M919069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am new to Qlikview.&lt;/P&gt;&lt;P&gt;I am running the following query in a Text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Year={&lt;STRONG&gt;1999&lt;/STRONG&gt;}&amp;gt;} amount_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to sum all quantity sold for the year 1999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of summing the quantities for the year 1999 as requested, Qlikview will always do the sum for the &lt;STRONG&gt;year currently selected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, if I select year 2000 in my app, Qlikview will do the sum of quantities for the year 2000&lt;/P&gt;&lt;P&gt;For instance, if I select year 2001 in my app, Qlikview will do the sum of quantities for the year 2001&lt;/P&gt;&lt;P&gt;If I do not select a year, Qlikview will do the sum of quantities for all the years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I change in my expression to have Qlikview do the sum for the year &lt;STRONG&gt;1999&lt;/STRONG&gt; no matter which year is selected in the app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Qlikview-sum-quantity-per-year-issue/m-p/1090079#M919069</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview sum quantity per year issue</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-sum-quantity-per-year-issue/m-p/1090080#M919070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Year={'&lt;STRONG&gt;1999'&lt;/STRONG&gt;}&amp;gt;} amount_sold)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 16:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-sum-quantity-per-year-issue/m-p/1090080#M919070</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-06T16:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview sum quantity per year issue</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-sum-quantity-per-year-issue/m-p/1090081#M919071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the field name year or Year? QlikView is case sensitive and you will need to put the right case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this is what you need -&amp;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;year={&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;1999&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;}&amp;gt;} amount_sold) &lt;/STRONG&gt;&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: 13px;"&gt;year with a lower case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 16:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-sum-quantity-per-year-issue/m-p/1090081#M919071</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-06T16:25:54Z</dc:date>
    </item>
  </channel>
</rss>

