victorthomas
Programmer
Happy Holidays everyone! I need some help!
I have to chart off numerical data in a database.
For the x-axis there are 3 different possible sets of data that can be "pulled" out of the database.
Data Sets
---------
1. Numerical value <> 0
2. Numerical value = 0
3. <NULL>
Data Set #1
-----------
Data set #1 is fine whenever there is a negative or positive number in the database not equal to zero it passes the value to the x-axis bar chart and life is good.
Data Set #2 and #3
------------------
This is the catch, I have to be able to VISUALLY display on the chart weather a charted x-axis value is a ZERO or a <NULL>.
Any ideas?
Thank you.
Victor Thomas
I have to chart off numerical data in a database.
For the x-axis there are 3 different possible sets of data that can be "pulled" out of the database.
Data Sets
---------
1. Numerical value <> 0
2. Numerical value = 0
3. <NULL>
Data Set #1
-----------
Data set #1 is fine whenever there is a negative or positive number in the database not equal to zero it passes the value to the x-axis bar chart and life is good.
Data Set #2 and #3
------------------
This is the catch, I have to be able to VISUALLY display on the chart weather a charted x-axis value is a ZERO or a <NULL>.
Any ideas?
Thank you.
Victor Thomas