I have values in database witch is a percentage values for example:

Per columns : 90,85,38,70,85

I select “Per” as the value to be shown in the bar chart But when I run my crystal report all my bar display as 100% It does not take the exact value of “Per”

How can I solve this problem?

有帮助吗?

解决方案

If your column values are whole numbers then you should probably create a formula to calculate the fraction. Then you should be able to display as a percentage. Eg. {table.fieldname} * .01

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top