Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem displaying Zero values in graphs

Status
Not open for further replies.

Benouche

Programmer
Aug 6, 2002
48
0
0
FR
Hello,

I have built a report with graphs (with line curves).
Unfortunately, I am unable to display the zero values (i.e the curve stops when there is no value and goes on when some values are there).

I've been trying to modify data format to put a zero when value in undefined .. but this seems not to work for the graphs ...

Is there any issue to this problem ?

Thanks in advance,
Benouche

 
Hello Benouche,

This is not so much an issue. When you use the default value of '0' in a table, BO just represents a '0' in the cell for formatting sake, it does not really store it to use it in calculations or such matters. So it may look allright in a table, but that is just the presentation....
The best way is to get the dataset with no null values in it, but real zero's instead.... T. Blom
Information analyst
tbl@shimano-eu.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top