<?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 Advice on creating a 'burn-down' chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252299#M95639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the budget burn down expression, set accumulation from full to no accumulation and use this as expression:&lt;/P&gt;&lt;P&gt;=sum(BUDGET_DAYS)-rangesum(above(sum(QUANTITY)/7.5,0,rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(you want to accumulate only the burned down Quantity, not the Budget days offset, right?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Sep 2011 23:33:39 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-09-11T23:33:39Z</dc:date>
    <item>
      <title>Advice on creating a 'burn-down' chart</title>
      <link>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252298#M95638</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 need to be able to create a line graph that will act as a 'burn-down'&amp;nbsp; showing spend against budget of a project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data I need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project Budget Days&lt;/P&gt;&lt;P&gt;Project Start Date&lt;/P&gt;&lt;P&gt;Project End Date&lt;/P&gt;&lt;P&gt;Project Transactions (time entries in hours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a graph that has the budget_hours as the maximum value on the y-axis&lt;/P&gt;&lt;P&gt;The time-entry date (Year/month) along the x-axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the graph to show' Budget Hours' MINUS 'Total time booked' &lt;/P&gt;&lt;P&gt;and be cumulative so the line goes from the budget-0&amp;nbsp; down to 0 over time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone acheived this?&amp;nbsp; or have any examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my expression I am just using SUM(BUDGET_DAYS) - SUM(QUANTITY/7.5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(7.5. to get a value from hours to days)&lt;/P&gt;&lt;P&gt;but the graph burn-down line is not going down, which I woudl expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach it for reference.&lt;/P&gt;&lt;P&gt;Ideally, this would work when the user selects a 'program' (which will contain several projects and sum everything)&lt;/P&gt;&lt;P&gt;this is why I have chosen to use a SUM of Budget Days. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 23:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252298#M95638</guid>
      <dc:creator />
      <dc:date>2011-09-11T23:15:49Z</dc:date>
    </item>
    <item>
      <title>Advice on creating a 'burn-down' chart</title>
      <link>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252299#M95639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the budget burn down expression, set accumulation from full to no accumulation and use this as expression:&lt;/P&gt;&lt;P&gt;=sum(BUDGET_DAYS)-rangesum(above(sum(QUANTITY)/7.5,0,rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(you want to accumulate only the burned down Quantity, not the Budget days offset, right?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 23:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252299#M95639</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-11T23:33:39Z</dc:date>
    </item>
    <item>
      <title>Advice on creating a 'burn-down' chart</title>
      <link>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252300#M95640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, thanks Stefan thats brilliant!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really not that familiar with many of the functions within QlikView such as rangesum()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and yes, you are right, I do ONLY want to accumulate the burned down quantity &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To expand on this,&lt;/P&gt;&lt;P&gt;If I was to click on a 'program' in a list box I will add, it will have several projects in the resulting data set.&lt;/P&gt;&lt;P&gt;Is there a way I can get the total budget_days (SUM) across all projects returned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the moment, this value changes, due to the projects not all having transactions in all months.&lt;/P&gt;&lt;P&gt;I'd like to somehow detach the SUM(BUDGET_HOURS) from the rest of the data, and just use that figure as a reference to subtract the accumulated quantity...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that makes any sense..&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way, I can use the burndown chart to show a single project or an entire program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 23:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252300#M95640</guid>
      <dc:creator />
      <dc:date>2011-09-11T23:48:55Z</dc:date>
    </item>
    <item>
      <title>Advice on creating a 'burn-down' chart</title>
      <link>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252301#M95641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just had a very short look to your data model, maybe just using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM(total BUDGET_DAYS) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to calculate budget should be enough. (I checked with some programmes and projects, but not sure if I understood you correctly). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that, I would probably enable "supress when value is Null" on dimension tab for the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 09:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252301#M95641</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-12T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Advice on creating a 'burn-down' chart</title>
      <link>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252302#M95642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats great, thank you SO much for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of interest (and I might post this as another discussion)&amp;nbsp; DO you know if it is possible to manipulate the x-axis?&lt;/P&gt;&lt;P&gt;What I'm thinking is to create a guideline for a uniform burn-down.&lt;/P&gt;&lt;P&gt;basically, a line going from the SUM(Total BUDGET_DAYS)&amp;nbsp; down to zero&lt;/P&gt;&lt;P&gt;Starting with the x-axis = Min(START_DATE)&lt;/P&gt;&lt;P&gt;and going down to MAX(FINISH_DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where I can set the max of the y-axis, i'm not sure how possible it is to do it on the x-axis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 09:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advice-on-creating-a-burn-down-chart/m-p/252302#M95642</guid>
      <dc:creator />
      <dc:date>2011-09-12T09:26:16Z</dc:date>
    </item>
  </channel>
</rss>

