문제

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