Multiple compares on same table
Posted: Tue 23 Nov 2010 01:09
Sorry I'm very new to dbForge Data Compare for Oracle.
I am attempting to add multiple compare objects on the same table and can't figure out if its 1) possible 2) something i'm doing wrong.
Example:
Table ABC has columns COLUMN1, COLUMN2
Say COLUMN1 has string values Value1a, Value1b, Value1c
COLUMN2 has numeric values that I wish to compare.
I have setup a data compare object which compares:
Table ABC.COLUMN2 Table ABC.COLUMN2
WHERE
COLUMN1 = 'Value1a' in the source AND
WHERE
COLUMN1 = 'Value1b' in the target
This works fine.
But then I now want to add another compare object which compares:
Table ABC.COLUMN2 Table ABC.COLUMN2
WHERE
COLUMN1 = 'Value1b' in the source AND
COLUMN1 = 'Value1c' in the target
I'm not able to find a way to add multiple comparisons on the same schema/table. It forces me to use a second project. The reason I'd like these in the same project is so I can see them on the same report.
Thanks in advance.
I am attempting to add multiple compare objects on the same table and can't figure out if its 1) possible 2) something i'm doing wrong.
Example:
Table ABC has columns COLUMN1, COLUMN2
Say COLUMN1 has string values Value1a, Value1b, Value1c
COLUMN2 has numeric values that I wish to compare.
I have setup a data compare object which compares:
Table ABC.COLUMN2 Table ABC.COLUMN2
WHERE
COLUMN1 = 'Value1a' in the source AND
WHERE
COLUMN1 = 'Value1b' in the target
This works fine.
But then I now want to add another compare object which compares:
Table ABC.COLUMN2 Table ABC.COLUMN2
WHERE
COLUMN1 = 'Value1b' in the source AND
COLUMN1 = 'Value1c' in the target
I'm not able to find a way to add multiple comparisons on the same schema/table. It forces me to use a second project. The reason I'd like these in the same project is so I can see them on the same report.
Thanks in advance.