I have a database in the following form:
Date Green Red Yellow
02/15/2011 234 5248 0
02/16/2011 24 53 0
02/17/2011 54 248 0
02/18/2011 72 345 0
02/19/2011 87 36 0
I wanted to make a PIE chart inside a Report in which each 'slice' represents the specified color (on the column name) and the data inside provides the size of the slice. So far I have not managed to find a way. Can you help?
Thanks in advance
Date Green Red Yellow
02/15/2011 234 5248 0
02/16/2011 24 53 0
02/17/2011 54 248 0
02/18/2011 72 345 0
02/19/2011 87 36 0
I wanted to make a PIE chart inside a Report in which each 'slice' represents the specified color (on the column name) and the data inside provides the size of the slice. So far I have not managed to find a way. Can you help?
Thanks in advance