moopenguin32
Technical User
I am using Crystal Reports XI connected to a database using an ODBC driver.
I have 8 formulas that result in either a 0 or 1. Each formula is as follows:
I want to create a bar chart that results in something that looks like the bar chart that I created in Excel which I have attached.
I am able to create a bar chart that shows bars for all of the 1 values. I just cannot get it to show the 0 values like I can in Excel.
Thank you in advance for your assistance with this.
"Remember, today is the tomorrow you worried about yesterday." - Dale Carnegie
I have 8 formulas that result in either a 0 or 1. Each formula is as follows:
Code:
If isNull({fieldname})
Then 0
Else 1
I want to create a bar chart that results in something that looks like the bar chart that I created in Excel which I have attached.
I am able to create a bar chart that shows bars for all of the 1 values. I just cannot get it to show the 0 values like I can in Excel.
Thank you in advance for your assistance with this.
"Remember, today is the tomorrow you worried about yesterday." - Dale Carnegie