<?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: Burn down chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580343#M442801</link>
    <description>&lt;P&gt;Would you be able to share a sample to test this out?&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2019 11:07:33 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-05-15T11:07:33Z</dc:date>
    <item>
      <title>Burn down chart</title>
      <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580105#M442776</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am creating a burn down chart using the following expression:&lt;/P&gt;&lt;P&gt;sum(total Hours)-RangeSum(Above(TOTAL Sum(Hours), 0, RowNo(TOTAL))).&lt;/P&gt;&lt;P&gt;and Quarter as dimension&lt;/P&gt;&lt;P&gt;I am getting the required result, but I want the chart to display also the sum of hours (sum Total Hours) for all periods.&lt;/P&gt;&lt;P&gt;For example, in TableCapture.PNG, the total appears in the expression column (1382).&lt;/P&gt;&lt;P&gt;I want the same total to appear as starting point in ChartCapture.PNG . Is it possible?&lt;/P&gt;&lt;P&gt;I tried to use "Show Total" in dimension limit but it didn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 19:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580105#M442776</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2019-05-14T19:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Burn down chart</title>
      <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580124#M442779</link>
      <description>&lt;P&gt;Are you looking for an additional point on the x axis which displays the total and then the burn down? May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dim:
LOAD * INLINE [
Dim
1
2
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then use this as your dimension&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Pick(Dim, 'Total', Quarter)&lt;/LI-CODE&gt;&lt;P&gt;and this expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Pick(Dim,
  Sum(Hours),
  Sum(TOTAL Hours) - RangeSum(Above(TOTAL Sum(Hours), 0, RowNo(TOTAL))
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 May 2019 19:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580124#M442779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-14T19:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Burn down chart</title>
      <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580222#M442790</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I tried what you suggested, but I get: "No data to display" message on the chart.&lt;/P&gt;&lt;P&gt;any idea why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 06:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580222#M442790</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2019-05-15T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Burn down chart</title>
      <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580343#M442801</link>
      <description>&lt;P&gt;Would you be able to share a sample to test this out?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 11:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580343#M442801</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-15T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Burn down chart</title>
      <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580391#M442805</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get a result now on a sample data, but it is not the correct result.&lt;/P&gt;&lt;P&gt;On the first chart, you can see the correct data for all quarters (without total)&lt;/P&gt;&lt;P&gt;On the second chart, the total is correct, but the data for the quarters is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Karin&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 12:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580391#M442805</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2019-05-15T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Burn down chart</title>
      <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580398#M442807</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Pick(Dim,
Sum(Hours),
Sum(TOTAL Hours) - RangeSum(Above(Sum(If(Dim = 2, Hours)), 0, RowNo()))
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 15 May 2019 12:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580398#M442807</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-15T12:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Burn down chart</title>
      <link>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580787#M442858</link>
      <description>&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;thank you very much for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 06:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Burn-down-chart/m-p/1580787#M442858</guid>
      <dc:creator>karin_nevo</dc:creator>
      <dc:date>2019-05-16T06:34:58Z</dc:date>
    </item>
  </channel>
</rss>

