Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 ssrs chart

Author  Topic 

shah429
Yak Posting Veteran

52 Posts

Posted - 2009-02-25 : 12:21:00
Hi All,

I am trying to create an XY scatter chart with the following columns: SalesPerson, Revenue, Profit%. The options I am seeing are:

Drop X values here,
Drop Y values here,
Drop series fields here
Drop category fields here

I want to have Revenue on Y axis, Profit% on X axis and sales person in the data region.
I have Revenue at the 'Drop X value here',
Profit% at 'Drop Y Value here' and
salesperson at 'Drop category fields here'. But the report is erroring out : The report definition element 'Chart Series' is empty at line 1.It is missing a mandatory child element of type 'data points'

Can somebody please help on this? Thanks a lot in advance.

Cody
Starting Member

24 Posts

Posted - 2009-02-25 : 16:34:53
You must also be able to drop fields into the middle of the report itself for the data series.

You can check, right click and go to the chart properties, and check what's in the data section. Every chart must have something in there.
Go to Top of Page

shah429
Yak Posting Veteran

52 Posts

Posted - 2009-02-25 : 22:25:51
I was able to get rid of the error, but the issue is that I don't see anything on the x axis. Any thoughts?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-03-02 : 13:04:52
quote:
Originally posted by shah429

I was able to get rid of the error, but the issue is that I don't see anything on the x axis. Any thoughts?


you mean labels or data points? what have you given as data point expression to plot?
Go to Top of Page
   

- Advertisement -