I have a Crystal Report (version 7) that was designed to print items that have more than one location assigned to them in the same area. The selection formula is as follows:
{location1.mapstck_location} > "P01000A11" AND
{location1.mapstck_location} < "P99999X11" and
{location2.mapstck_location} > "P01000A11" AND
{location2.mapstck_location} < "P99999X11" AND
{location.mapstck_location}<>{location2.mapstck_location}
The report data is set up as follows:
item description location1
location2
However, when printed it prints everything double and the second entry is just the reverse from the first.
Here's an example:
ITEM DESCRIPTION LOCATION
1234 Book Title Here P01-001-A11
P02-001-A11
1234 Book Title Here P02-001-All
P01-001-A11
4567 Next Book Title P99-099-A11
P98-099-A11
4567 Next Book Title P98-099-A11
P99-099-A11
8901 Another Book (etc etc etc)
How can I get rid of the extra entry with the locations reversed?
{location1.mapstck_location} > "P01000A11" AND
{location1.mapstck_location} < "P99999X11" and
{location2.mapstck_location} > "P01000A11" AND
{location2.mapstck_location} < "P99999X11" AND
{location.mapstck_location}<>{location2.mapstck_location}
The report data is set up as follows:
item description location1
location2
However, when printed it prints everything double and the second entry is just the reverse from the first.
Here's an example:
ITEM DESCRIPTION LOCATION
1234 Book Title Here P01-001-A11
P02-001-A11
1234 Book Title Here P02-001-All
P01-001-A11
4567 Next Book Title P99-099-A11
P98-099-A11
4567 Next Book Title P98-099-A11
P99-099-A11
8901 Another Book (etc etc etc)
How can I get rid of the extra entry with the locations reversed?