Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top