Hi,I have a Bar Chart where I want to display the max time for each method.Below is the SQL. The Y-Axis does not display the data correctly. Do U need to remove the MAX from my query and use the one in Chart Data setting?[code="sql"]SELECT [Application] ,[Period] ,MAX([TotalTime]) AS TotalTime ,[Method]FROM dbo.TestDataGROUP BY [Application], [Period], [Method]ORDER BY Method[/code][img]http://www.sqlservercentral.com/Forums/Attachment19734.aspx [/img]
↧