Hello, I have the Crystal Reports that was installed with my trial of VS2005 .NET. I also have an access backend with a table containing the following columns:
ID
Year
Month
CustomerName
Amount
What I want to do, is make a chart in CR that has the months on the bottom:
Along the left side of the graph, will be the amount increments. And in the chart itself (the data being graphed) will be the amounts for each customername. Attached is a screenshot of a graph of what I need made in excel.
How can I do this in CR?
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If