I have found that I can not base an sql select using count. My situation is I need to find occurences where a customer's order has been duplicated by data entry. Typically, I would first count a customers PO# first.
Cust # PO# Ord# ShipWeek
2002 CA201 500011 07/15/02
2002 CA201 409988 07/15/02
2002 CA200 409999 07/22/01
9998 BE3SE 589998 07/29/01
The only one I would need on my report would be PO# CA201 since this would most likely be a duplication. Because count only works after the select I'm not exactly sure what my options are. I'm relatively new to Crystal 8.5, previous experience is in Informix-Sql Ace report programming. Thank you, Cindy
Cust # PO# Ord# ShipWeek
2002 CA201 500011 07/15/02
2002 CA201 409988 07/15/02
2002 CA200 409999 07/22/01
9998 BE3SE 589998 07/29/01
The only one I would need on my report would be PO# CA201 since this would most likely be a duplication. Because count only works after the select I'm not exactly sure what my options are. I'm relatively new to Crystal 8.5, previous experience is in Informix-Sql Ace report programming. Thank you, Cindy