I am trying to create Pie Charts in a Report; I have created the graph using the following source.
SELECT [LF_Rep 1].[Edge ripple], Count([LF_Rep 1].[Edge ripple]) AS [CountOfEdge ripple], [LF_Rep 1].KeyField
FROM [LF_Rep 1]
GROUP BY [LF_Rep 1].[Edge ripple], [LF_Rep 1].KeyField;
I have then used the