Hi all,
I am trying to create the following in Crystal Reports xi
JOINS between tables
RM_COMMON_ATTRIBUTES.EASTING >= CFG_MAP_REGISTER.EASTING_BLC
RM_COMMON_ATTRIBUTES.EASTING <= CFG_MAP_REGISTER.EASTING_TRC
RM_COMMON_ATTRIBUTES.NORTHING >= CFG_MAP_REGISTER.NORTHING_BLC
RM_COMMON_ATTRIBUTES.NORTHING <= CFG_MAP_REGISTER.NORTHING_TRC
so I have done this by taking two lines from the same field on the left too two fields on the right...however when I make 1 of the lines greater than it also makes the other line greater than...
any ideas?
Thanks.
David.
I am trying to create the following in Crystal Reports xi
JOINS between tables
RM_COMMON_ATTRIBUTES.EASTING >= CFG_MAP_REGISTER.EASTING_BLC
RM_COMMON_ATTRIBUTES.EASTING <= CFG_MAP_REGISTER.EASTING_TRC
RM_COMMON_ATTRIBUTES.NORTHING >= CFG_MAP_REGISTER.NORTHING_BLC
RM_COMMON_ATTRIBUTES.NORTHING <= CFG_MAP_REGISTER.NORTHING_TRC
so I have done this by taking two lines from the same field on the left too two fields on the right...however when I make 1 of the lines greater than it also makes the other line greater than...
any ideas?
Thanks.
David.