<?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 Dashbord sum(TOTAL) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dashbord-sum-TOTAL/m-p/591242#M478812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a dashboard for the user therefore, no selection is needed from the user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the expression that I would like to create is MarketShare by current year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(sales) / sum(TOTAL(sales) will be the market share throughout, however I have ten years of data and I would like to only find the market share for this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={"$(=max({&amp;lt;Year=&amp;gt;} Year))"}&amp;gt;} sales)&lt;BR /&gt;/&lt;BR /&gt;sum(TOTAL(TEU)&amp;lt;Year = today()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to get the first part correct, however on the second part, how can i find the total sales in one code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 09:32:46 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2014-03-03T09:32:46Z</dc:date>
    <item>
      <title>Dashbord sum(TOTAL)</title>
      <link>https://community.qlik.com/t5/QlikView/Dashbord-sum-TOTAL/m-p/591242#M478812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a dashboard for the user therefore, no selection is needed from the user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the expression that I would like to create is MarketShare by current year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(sales) / sum(TOTAL(sales) will be the market share throughout, however I have ten years of data and I would like to only find the market share for this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={"$(=max({&amp;lt;Year=&amp;gt;} Year))"}&amp;gt;} sales)&lt;BR /&gt;/&lt;BR /&gt;sum(TOTAL(TEU)&amp;lt;Year = today()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to get the first part correct, however on the second part, how can i find the total sales in one code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashbord-sum-TOTAL/m-p/591242#M478812</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2014-03-03T09:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dashbord sum(TOTAL)</title>
      <link>https://community.qlik.com/t5/QlikView/Dashbord-sum-TOTAL/m-p/591243#M478813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;Year={"$(=max({&amp;lt;Year=&amp;gt;} Year))"}&amp;gt;} sales)&lt;BR /&gt;/&lt;BR /&gt;sum(TOTAL {$ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year={"$(=max({&amp;lt;Year=&amp;gt;} Year))"}, myCode = {'TEU'}&amp;gt;} Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashbord-sum-TOTAL/m-p/591243#M478813</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-03T09:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dashbord sum(TOTAL)</title>
      <link>https://community.qlik.com/t5/QlikView/Dashbord-sum-TOTAL/m-p/591244#M478814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;sum({&amp;lt;Year = {'$(=Year(Today()))'}&amp;gt;}sales) / sum(TOTAL{'Year = {'$(=Year(Today()))'}'}sales) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashbord-sum-TOTAL/m-p/591244#M478814</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-03T09:50:04Z</dc:date>
    </item>
  </channel>
</rss>

