crystalnewbie
MIS
I'm trying to do an inner join between two tables from two separate database but the column i'm doing a join on have different data types.
I went ahead and tried it and CR8.5 gave me a message saying more than one datasource has been used and to make sure that no sql expression is added and no server side grouping is performed.
I'm getting over a million rows instead of 14 records. I think it did a cartesion join.
Using sql syntax, i normally do a data type conversion first on one of the join fields. Is there anything similar to CR 8.5?
I went ahead and tried it and CR8.5 gave me a message saying more than one datasource has been used and to make sure that no sql expression is added and no server side grouping is performed.
I'm getting over a million rows instead of 14 records. I think it did a cartesion join.
Using sql syntax, i normally do a data type conversion first on one of the join fields. Is there anything similar to CR 8.5?