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!

Data Comparison from various data bases using Crystal Reports 8.5

Status
Not open for further replies.

sharugan

Programmer
Jul 23, 2007
14
US
Hi All.

We need to compare the data of various data bases (Oracle ,Sybase ,Db2) and then high light the data
if that is different then Oracle data using crystal reports 8.5.

Can any expert help me give best idea in crystal report.
I am trying to use formula field. But i don't know how to hight light the data using crystal funtions.
 
First, have you been able to access and link data from the different databases? It's not clear if you've done this or are asking for help. You might have to use subreports at a detail level, very inefficient but 8.5 is limited compared to later versions.

If you have got this, then link the corresponding records. Use a 'left outer' if one of them might be missing.

For highlighting, click a field and select Format Field. You can then set a test using the formula icon (x+2 and a pencil). One test is ISNULL, for a missing value or a field on a record that is not there.

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top