<?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 Re: Show Total in Line Chart - Sum the &amp;quot;Line&amp;quot; attribute in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/2021664#M84337</link>
    <description>&lt;P&gt;One more requirement, for the TOTAL line alone, can we change the thickness?&lt;/P&gt;
&lt;P&gt;The Dim value will be 2, but in the styling option of line chart, there is no option for any expression.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 10:18:42 GMT</pubDate>
    <dc:creator>TLX-QlikView</dc:creator>
    <dc:date>2023-01-04T10:18:42Z</dc:date>
    <item>
      <title>Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659816#M49470</link>
      <description>&lt;P&gt;I have a line chart with the dimension "Accounting Period", which has data in the "YYYY-MM" format. For the line, I am using Status", which is "Level 1" or "Level 2". The measure, height, is the count of "Status".&amp;nbsp; I load in the full data set, 9 columns, and then I want to do all my aggregation within Qlik Sense.&lt;/P&gt;&lt;P&gt;I want to create a "Total" line which sums the statuses together. I looked around at other solutions, but I was unable to implement them due to them adding an additional measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 933px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25866i4CBE2E950B9D02FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I am able to get it in Pivot Table below, so I would really like to graph the Pivot table with the "Totals".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 996px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25868i565219CC402E3F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any assistance in getting a "Total" line to show up in the line chart would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659816#M49470</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2024-11-16T03:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659827#M49475</link>
      <description>&lt;P&gt;Looks like&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;'s solution in the post worked. However, I am unsure how it worked like the OP of that question.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/line-chart-with-total/td-p/1458005" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/line-chart-with-total/td-p/1458005&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am unsure of how the LOAD * INLINE and the PICK(...) in the dimension resolves this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659827#M49475</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-12-20T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659829#M49477</link>
      <description>&lt;P&gt;Create inline table like below&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;BR /&gt;Dim&lt;BR /&gt;1&lt;BR /&gt;2 ];&lt;/P&gt;&lt;P&gt;In line chart use below dimension&lt;/P&gt;&lt;P&gt;1) Period&lt;/P&gt;&lt;P&gt;2) Pick(Dim,Status,'Total')&lt;/P&gt;&lt;P&gt;expression you can keep the same&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659829#M49477</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2019-12-20T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659831#M49478</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way for me to rename the fields in the "LEGEND" from "Level 1" and "Level 2", to custom values? I want to rename them to be more descriptive.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659831#M49478</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-12-20T15:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659833#M49479</link>
      <description>&lt;P&gt;there are many ways of doing it&lt;/P&gt;&lt;P&gt;1) In load statement put pick(match(condition&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; pick(match(Status,'Level 1','Level 2'),'Description for level 1','Description for level 2') as Status_Description&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Create inline table&amp;nbsp;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Status, Status_Description&lt;/P&gt;&lt;P&gt;Level 1, Description 1&lt;/P&gt;&lt;P&gt;Level 2, Description 2 ]&lt;/P&gt;&lt;P&gt;Now you can call this new description field in chart&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659833#M49479</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2019-12-20T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659839#M49480</link>
      <description>&lt;P&gt;Thank you very much! You have solved both my problems for this app :). Thanks for answering the 2nd one even though it was out of scope of the original topic. I wish I could accept both as a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659839#M49480</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-12-20T15:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659842#M49482</link>
      <description>&lt;P&gt;No problem. Glad that I was able to help&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/1659842#M49482</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2019-12-20T15:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/2021655#M84335</link>
      <description>&lt;P&gt;Thanks a lot. This worked for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We had a line chart with 2 dimension and a measure. Need to add TOTAL line. It worked like a Charm.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 10:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/2021655#M84335</guid>
      <dc:creator>TLX-QlikView</dc:creator>
      <dc:date>2023-01-04T10:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/2021664#M84337</link>
      <description>&lt;P&gt;One more requirement, for the TOTAL line alone, can we change the thickness?&lt;/P&gt;
&lt;P&gt;The Dim value will be 2, but in the styling option of line chart, there is no option for any expression.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 10:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/2021664#M84337</guid>
      <dc:creator>TLX-QlikView</dc:creator>
      <dc:date>2023-01-04T10:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total in Line Chart - Sum the "Line" attribute</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/2498219#M102855</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149084"&gt;@TLX-QlikView&lt;/a&gt;&amp;nbsp;did you ever figure out this last requirement?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 21:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-in-Line-Chart-Sum-the-quot-Line-quot-attribute/m-p/2498219#M102855</guid>
      <dc:creator>mshann01</dc:creator>
      <dc:date>2024-12-16T21:55:06Z</dc:date>
    </item>
  </channel>
</rss>

