Forum Discussion
SteveW_Stats
2 years agoFrequent Visitor
Graphing aggregated weekly data
Hi all I'm trying to create a graph of bugs on our system on a bugs/week basis. So the graph should show a list of every Monday on the x-axis and a count of bugs on the y-axis. I've created a ta...
gadielsolis
2 years agoResolver III
Hello,
Add +0 at the end of the measure BugCount1:
BugCount1=Countrows(BugTable)+0
SteveW_Stats
2 years agoFrequent Visitor
Thanks for your response, but this just caused the full list of dates (not just Mondays) to be displayed; much like my BugCount2 measure above.