Hey all,
Any help would be appreciated if possible. We have a report that has a chart, we have a argument as a string and a value as a value in percent(double) (e.g 5, 10 ,65.5) but we have not figured out how to make the value format with the percentage symbol. we tried setting the Vale Property in the chart design to {Format("{0:P2}", ourtable.ourcolumnname)} , and we tried setting the Format variable in Behavior->seriesLabel-> format to P2 but nothing will change the format to percentage. I guess im just asking are we doing this totally incorrect is there an easier way to do percentage charts?
Thanks for the suggestions !!!
Charts with percentages
Charts with percentages
Hello,
Please set the Area.YAxis.Labels.Format property to P2.
Thank you.
Please set the Area.YAxis.Labels.Format property to P2.
Thank you.
Charts with percentages
that worked thats for the help !
Charts with percentages
Always glad to help!