Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Leaving "blanks" in line graph for missing data(How to properly handle null)
Leaving "blanks" in line graph for missing data [message #512739] Sat, 06 February 2010 23:12
Maxim Veksler is currently offline Maxim VekslerFriend
Messages: 28
Registered: July 2009
Junior Member
Hello

I have custom data source for the graph, I'm generating date range records.
Some dates might not have any results and I would like this to be reflected in the graph.

Currently, If I return null in any of the dataset rows the graph assumes this is null, also another strange behavior, for the following data

row1,null
row2,null
row3,null
row4,500
row5,null
row6,12
...

The drawn graph shows linear growth from row1 to row4 which is obviously not true, it should show very steep growth and decrease on row4. If I replace the null's with 0's the graph does show the steep growth and decrease as expected but then I can't tell "no data" from actual 0 for current row.

Thank you,
Maxim.
Previous Topic:Excel export in 2.5.0 app fails but developer works - JAR files differ
Next Topic:Interpolating values: how?
Goto Forum:
  


Current Time: Thu Apr 25 21:05:30 GMT 2024

Powered by FUDForum. Page generated in 0.02987 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top