June 10, 2008 at 12:48 am
Hi All,
I have do a pie chart using visual studio 2005..
the data of pie chart is retrieve from oracle database using sql query..
but i wonder how to display the pie chart data in percentage..
i not sure is it can set in the sql query or the limitation of pie chart in vs2005..?
i hope someone can help me...
June 11, 2008 at 3:38 am
I'd suggest returning the data to the report already in percentages.
June 12, 2008 at 12:22 am
Thanks for your advise, David
I already solve my problem with created another set of dataset in visual studio..
and this method is more faster than converting the data in percentage
because my =count(field!name.value) is not in numeric, i only counted them by grouping
Whatever, Thanks for your advise
Thanks very much
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply