سؤال

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