<?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 Total in Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173230#M42486</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;I'm also looking for the same. but still no solution yet.&lt;/P&gt;&lt;P&gt;The alternative:&lt;/P&gt;&lt;P&gt;i'm using is SET. Have a look at the attached. You will need to remove branch from dimension.&lt;/P&gt;&lt;P&gt;Then, in the expression, you do SET to detect each branch. the IF statement in front, is for cosmetic, so when user select one branch, it will show the total with the branch only. instead of showing all, to reduce the data on the screen.&lt;BR /&gt;&lt;BR /&gt;This is not a good solution when you have a thousand branches.... You get the idea....&lt;BR /&gt;&lt;BR /&gt;until then, i'm still looking if there's any ways to put branch in dimension, and without changing the data, we have the total lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 05:58:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-10T05:58:17Z</dc:date>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173222#M42478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way, we could draw total line in the line chart.&lt;/P&gt;&lt;P&gt;Assuming I have a LINE chart which should have line per branch with the following.&lt;/P&gt;&lt;P&gt;X-Axis -- Month&lt;/P&gt;&lt;P&gt;Y-Axis -- Sales&lt;/P&gt;&lt;P&gt;In this chart I wanted to display a Total LINE in addition to the existing lines.&lt;/P&gt;&lt;P&gt;I have attached sample QVW file for ready reference.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 13:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173222#M42478</guid>
      <dc:creator>gajapathy74</dc:creator>
      <dc:date>2010-03-09T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173223#M42479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is to build a Branch called 'Total' in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Month, Branch, Sales&lt;/P&gt;&lt;P&gt;Jan, A, 500&lt;/P&gt;&lt;P&gt;Jan, B, 450&lt;/P&gt;&lt;P&gt;Jan, C, 475&lt;/P&gt;&lt;P&gt;Feb, A, 480&lt;/P&gt;&lt;P&gt;Feb, B, 465&lt;/P&gt;&lt;P&gt;Feb, C, 480&lt;/P&gt;&lt;P&gt;Mar, A, 490&lt;/P&gt;&lt;P&gt;Mar, B, 470&lt;/P&gt;&lt;P&gt;Mar, C, 480&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Temp)&lt;/P&gt;&lt;P&gt;Load Month,&lt;/P&gt;&lt;P&gt;'Total' as Branch,&lt;/P&gt;&lt;P&gt;sum(Sales) as Sales&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;Group by Month;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 13:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173223#M42479</guid>
      <dc:creator />
      <dc:date>2010-03-09T13:53:13Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173224#M42480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;Thank you for your quick reply. We can't use concatenate load to get branch total, because we have other filters like country, sales rep, etc, which will determine the data that needs to be plotted branch wise.&lt;/P&gt;&lt;P&gt;I have checked few post in the forums and most of the response I seen there is to go with mix of bar chart and line chart, which I don't want to.&lt;/P&gt;&lt;P&gt;Please let me know if you have any other alternate.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173224#M42480</guid>
      <dc:creator>gajapathy74</dc:creator>
      <dc:date>2010-03-09T14:19:07Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173225#M42481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see the example for more details.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173225#M42481</guid>
      <dc:creator />
      <dc:date>2010-03-09T14:21:31Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173226#M42482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer Filoda,&lt;/P&gt;&lt;P&gt;Thank you for your effort. I have checked the file uploaded by you and found that it is displaying the total across month, branch. Is there a way I can draw a line which shows the total line on a monthly basis.&lt;/P&gt;&lt;P&gt;Please find attached the image for your reference.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 16:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173226#M42482</guid>
      <dc:creator>gajapathy74</dc:creator>
      <dc:date>2010-03-09T16:02:19Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173227#M42483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's one way.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 17:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173227#M42483</guid>
      <dc:creator />
      <dc:date>2010-03-09T17:26:28Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173228#M42484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;Thank you for your post. This would be OK if I have only branch filter. But as I mentioned earlier post, I have other filters like Country, Sales Rep., Year, Month, etc. This sample file uploaded here is to give some idea, but originally I am loading the data from a database. All the filters are driven by a user choice and based on the selection I need to show the detail at run time.&lt;/P&gt;&lt;P&gt;Please let me know if you need further information.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 18:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173228#M42484</guid>
      <dc:creator>gajapathy74</dc:creator>
      <dc:date>2010-03-09T18:03:08Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173229#M42485</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;I m also having the same problem for the last two months....&lt;/P&gt;&lt;P&gt;Could anyone help me...&lt;/P&gt;&lt;P&gt;we r not having only company,we also have subsector,sector....&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Gopinathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173229#M42485</guid>
      <dc:creator />
      <dc:date>2010-10-29T11:36:32Z</dc:date>
    </item>
    <item>
      <title>Total in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173230#M42486</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;I'm also looking for the same. but still no solution yet.&lt;/P&gt;&lt;P&gt;The alternative:&lt;/P&gt;&lt;P&gt;i'm using is SET. Have a look at the attached. You will need to remove branch from dimension.&lt;/P&gt;&lt;P&gt;Then, in the expression, you do SET to detect each branch. the IF statement in front, is for cosmetic, so when user select one branch, it will show the total with the branch only. instead of showing all, to reduce the data on the screen.&lt;BR /&gt;&lt;BR /&gt;This is not a good solution when you have a thousand branches.... You get the idea....&lt;BR /&gt;&lt;BR /&gt;until then, i'm still looking if there's any ways to put branch in dimension, and without changing the data, we have the total lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 05:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-in-Line-Chart/m-p/173230#M42486</guid>
      <dc:creator />
      <dc:date>2011-03-10T05:58:17Z</dc:date>
    </item>
  </channel>
</rss>

