Backend Database: SQL 2000
Crystal Version: XI
Background Information:
I'm trying to create a report that shows me ALL the parts and various attributes between two databases whether or not a specific part exists in one and not the other. Currently, I've been able to somewhat achieve what I need by performing a Left Outer Join on one system and extracting the data I need; then performing a Left Outer Join on the other system and extracting the data I need. Then combine the two exports. But, since I need to do this on a frequent basis, I find it a lot of work to have to do the above steps when I think a Full Outer Join would solve my problem.
Problem:
I've created a view in two separate databases and joined the two views in Crystal (one being our product configurator and another being within our ERP system). However, when I try to join the two views, I only have the options to perform an Inner Join and Left Outer Join. I don't have the options to perform a Right Outer Join and Full Outer Join. Does anyone know why that is?
Crystal Version: XI
Background Information:
I'm trying to create a report that shows me ALL the parts and various attributes between two databases whether or not a specific part exists in one and not the other. Currently, I've been able to somewhat achieve what I need by performing a Left Outer Join on one system and extracting the data I need; then performing a Left Outer Join on the other system and extracting the data I need. Then combine the two exports. But, since I need to do this on a frequent basis, I find it a lot of work to have to do the above steps when I think a Full Outer Join would solve my problem.
Problem:
I've created a view in two separate databases and joined the two views in Crystal (one being our product configurator and another being within our ERP system). However, when I try to join the two views, I only have the options to perform an Inner Join and Left Outer Join. I don't have the options to perform a Right Outer Join and Full Outer Join. Does anyone know why that is?