CS16
Hi,
In my pie chart report second column is percentage so when I run it gives error that it should be integer.
My second column is percentage. If a value is .25 I do not want to show it as 1 by using Ceil function.
Any solution?
Thanks.
The error message indicates that one of your columns needs to be of an Integer type for the Pie Chart format to work properly. Any decimal type of values will not work with the Pie Chart (for better or for worse). The Pie Chart itself will give you the "percentage" type of format via the pie wedges.
You may need to cast it to an integer, for example. Alternatively, you can choose the Auto LiveReport or Bar Chart formats.
Regards,Andre Roy