Hi using the crystal reports that comes with vs2005. I am trying to create seperate charts for the following and was wondering how to set it up. The data has location and category names as two of its columns. I would like to set up seperate charts, one for each location and simply display the categoryname count for each location. I set up a simple chart with (on change of) set to categoryNames and show values (count of categorynames). This works but it is for all locations and I would like a seperate chart like this but for each location only.
So it would look like
categ *
count *
----- * *
----- * * *
----- * * * *
****************************
cat1 cat2 cat3 (Calif)
categ *
count *
----- * * *
----- * * *
----- * * * *
****************************
cat1 cat2 cat3 (Ariz)
Thanks.
So it would look like
categ *
count *
----- * *
----- * * *
----- * * * *
****************************
cat1 cat2 cat3 (Calif)
categ *
count *
----- * * *
----- * * *
----- * * * *
****************************
cat1 cat2 cat3 (Ariz)
Thanks.