Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use XY (scatter) chart type in SQL 2005 report service

Status
Not open for further replies.

theresatan

Programmer
Mar 18, 2002
101
US
Hi:

I tried to use XY (scatter) chart type in SQL 2005 report service to create a report like that

|
7| * * *
6|
5| *
4|
3| *
2|
1| *
---------------------------------------
| A B C D


Following is the table:

logdate logtime
------- -----------
A 1
B 3
C 5
A 7
B 7
D 7


But the report show as following, the (A,7) and (B,7) were missing
|
7| *
6|
5| *
4|
3| *
2|
1| *
---------------------------------------
| A B C D

Any idea?

Thanks in advance.

Theresa
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top