I understand Crystal Reports has fallen out of favor with some in the development community and perhaps rightly so: I haven\'t used it in about 15 years. But when I did, I c
Neither Crystal nor SSRS will allow you to directly compare values in two different datasets on a row-by-row basis.
In both tools:
There is a reporting tool called BIRT that has a similar reporting paradigm to SSRS (ie. a web-style layout, instead of Crystal's banded reporting approach), includes much the same functionality as SSRS, is Open Source and enables you to link datasets together directly to create joint datasets. However, it is less intuitive to use than either Crystal or SSRS.