<?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 Net Total line in Qlik Sense line chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986552#M14415</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 a line chart that contains 2 Dimensions and 1 Measure. I would like to add a Total line that would be a sum of each data point. Unfortunately I can't add more than 1 measure with this chart setup. Does anyone know of a way/workaround to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 14:01:48 GMT</pubDate>
    <dc:creator>edelorme</dc:creator>
    <dc:date>2015-10-02T14:01:48Z</dc:date>
    <item>
      <title>Net Total line in Qlik Sense line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986552#M14415</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 a line chart that contains 2 Dimensions and 1 Measure. I would like to add a Total line that would be a sum of each data point. Unfortunately I can't add more than 1 measure with this chart setup. Does anyone know of a way/workaround to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 14:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986552#M14415</guid>
      <dc:creator>edelorme</dc:creator>
      <dc:date>2015-10-02T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Net Total line in Qlik Sense line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986553#M14416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi eric - i've resolved this kind of issue by introducing a custom dimension in the data model. It involves adding a new table in the load script that produces a 'Total' bucket alongside the values of your 2nd dimension . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your 2nd dimension was region, and the values were&amp;nbsp;&amp;nbsp;&amp;nbsp; NA, EMEA and APAC&amp;nbsp; .&amp;nbsp; Then a simple script to produce a 4th 'total' or 'all' region is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;RegionsForTotals&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region as Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region as RegionForTotalChart&lt;/P&gt;&lt;P&gt;resident &amp;lt;existingtable&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (&lt;SPAN style="font-size: 13.3333px;"&gt;RegionsForTotals)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region as Region,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Total' as RegionForTotalChart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident &amp;lt;existingtable&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will produce a new dimension called RegionForTotalChart which you can use to replace your existing 2nd dimension.&amp;nbsp; Notice that the data model associates the individual regions with themselves, but the total is associated with all possible regions forcing the measure aggregation for the 'total' value to work across all values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986553#M14416</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-10-02T16:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Net Total line in Qlik Sense line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986554#M14417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan, I will give this a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 15:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986554#M14417</guid>
      <dc:creator>edelorme</dc:creator>
      <dc:date>2015-10-05T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Net Total line in Qlik Sense line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986555#M14418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked like a charm. Thanks, Jonathan, for saving my day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look forward to the day when Qlik starts to build in more of this kind of basic functionality directly into Qlik Sense like they do for QlikView, with a simple "Show Total" checkbox (&lt;A href="https://community.qlik.com/message/224029"&gt;How to Calculate Sum of Volumes(Total) of all products for a given Market in a Line Chart ?&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Net-Total-line-in-Qlik-Sense-line-chart/m-p/986555#M14418</guid>
      <dc:creator>kwdaniels</dc:creator>
      <dc:date>2016-01-26T20:45:05Z</dc:date>
    </item>
  </channel>
</rss>

