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
 General SQL Server Forums
 New to SQL Server Programming
 Crystal Report??

Author  Topic 

dirs
Starting Member

14 Posts

Posted - 2010-11-25 : 09:20:02
Hi,
We want to fetch a predefined set of parameters from SQL 2005 database and plot the result as a trend chart for all the parameters vs timestamp( also stored in database). Can we do this with Crystal report? I have downloaded 30 days trial version of crystal report.

Thanks and regards
dirs

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-11-27 : 01:56:00
do you mean parameter or fields?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

flamblaster
Constraint Violating Yak Guru

384 Posts

Posted - 2010-11-27 : 04:48:01
Dirs,

Probably get more response from a Crystal Reports forum, but yes, if you want to run a chart against predefined or variable data from SQL Server (any edition), you can plot many different varieties of charts. It'll do just about any charts that are available in Excel or other similar software.

As for parameters, if you're wanting to define parameters (ie, like a monthly or quarterly report) sure, you can do that as well. The chart will post the data according to the parameters you set.
Go to Top of Page
   

- Advertisement -