I am working on a report where I use the same query with different data sources. both databases are build the same way and I can show the data from both datasets. At the moment it looks like this:
Of course each table belongs to different dataset. I was wondering if it is possible to calculate the difference between the upper colums, so it would look like this
and the also color the cell red or green :) I am using the 2005 version
Code:
DATASET1 TABLE DATASET2 TABLE 4234 23423 52226 2342342 55522 14234 6788 234234 22568 23532
Code:
DATASET1 TABLE DATASET2 TABLE DIFFERENCE 4234 23423 -19189 52226 2342342 -2290116 55522 14234 41288 6788 234234 -227446 22568 23532 -964


Comment