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

How to chart/pivot data with no instances

Status
Not open for further replies.

TMSMITH

Technical User
Jul 11, 2006
1
0
0
US
How can I display data with zero instances in charts and pivots? In other words, I need to display "0" in a pivot and a label but no bar in a bar chart.

For example, lets say I query a table with animals and their respective calls. A "cats that bark" query has no instances. I want a "0" at the cat-bark intersection in a pivot and a "cat" label on the x-axis of a bar chart.

I'm using Brio Explorer. Is there a way to manually change the charts/pivots? Someone suggested using 'DECODE' in the SQL (e.g., DECODE(animal_type,'cats',1,0)), but the number of values isn't quite limited enough to pull it off.

I'm not afraid to get my hands dirty; I just need someone to point me in the right direction.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top