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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Column Chart Problem

Status
Not open for further replies.

ttyre

Technical User
Dec 12, 2001
8
US
I am trying to get rid of empty spaces showing in column chart in place of null values.

I am plotting following fields: Category, Reason, Down Time, Date. Each Category has 1 to 5 Reasons. Not all Categories / Reasons have Down Time.

In Chart Expert, Data tab, Layout I select:
Place chart: Once per report
On change of: Category, Reason
Show values: Sum of Down Time

I am using Date parameter to filter data.
However, on column chart I have empty spaces for Reason(s) for which I don't have data (Down Time). How can I get rid of these empty spaces?

I am using CR 8.5 Dev. edition. Will appreciate help/suggestions.

ttyre
 
I had tried both {MyTable.DownTime} > 0 and Not(IsNull({MyTable.DownTime])) without success....

Thanks,

ttyer
 
I had done that... my selection formula has been:
{vwDownTime.DownDate} = {?Date} And
Not(IsNull({vwDownTime.TimeDown}) And {vwDownTime.TimeDown} > 0)

ttyre
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top