You may get mileage out of the option to put the labels on the "sides" of the chart.
Chart Options > Data Labels > Labels on sides
However, you may still get some overlap.
You can sometimes move the labels a bit. However, you can't move them much. And, the exact amount by which you can move...
Use a formula to alias, like so:
SELECT {myfield}
CASE 1:
"Data Entry"
CASE 2:
"Missing Data"
CASE 3:
"Old Data"
CASE 4:
"Virtual Data"
DEFAULT:
"Good Data";
Or, since you are using simple numbers, you can use an array-based solution.
["Data Entry","Missing Data","Old Data","Virtual...
Personally, I think you need to set Crystal aside, and go back to Access. I think you can solve this problem much more easily in the source database.
First, what is the relationship between tblRequestedInformation and tblNewCustomers? One to many? Many to many? I.e., do you have records in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.