Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
astitzel
Partner - Contributor II
Partner - Contributor II

Cumulative Line Graph

Hi! I am trying to build out a bar chart with a line graph showing development velocity over several sprint cycles for 50+ products. Sample data is below:

ProductIssue TypeSprint 1Sprint 2Sprint 3Sprint 4
Product AStory918111
Product BStory0000
Product ATask11151712
Product BTask00384
Product AStory Points8811811039
Product BStory Points0011412

 

I have built out my bar chart showing total stories and tasks completed for each sprint. I want to also include a line graph showing cumulative total story points completed for all of the sprints. I have tried different variations of rangesum and cannot get the formula to work. Any help or suggestions appreciated!

Labels (2)
2 Replies
lorenzoconforti
Specialist II
Specialist II

Something like this? See also attached

CumulativeLineGraph.png

astitzel
Partner - Contributor II
Partner - Contributor II
Author

I am actually looking for a line graph of the third issue type (story points) to show cumulative story points completed for each sprint. The current expression that I have is:

sum(if([Issue Type]='Story Points',[Sprint Velocity Data.Completion]))

I am looking to make this cumulative across all sprints. Is it possible I need to align my dimension with actual dates?