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

Graph showing all

Status
Not open for further replies.

wiplash

MIS
Jun 29, 2004
99
US
We have a CR that includes a chart (currently a 3D bar chart) showing type and total number of recs for each type.

Example: There are 5 total type "A" records, 3 total type "B" records, no type "C" records, and 6 type "D" records.

Although in this case, there are no type "C" records, we still need to show "C" along with 0 records.

Crystal doesn't currently produce an entry on the chart for "C" because there's no records.

How can we do this?

 
Hi,

You need a list/table of all record types.

Then do a outer join that will list all the record types.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top