Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find value in group...

Status
Not open for further replies.

tjb2

Programmer
Joined
Jul 24, 2003
Messages
17
Location
US
I was wondering if there was an operator for looking for a group of values in field data. For example in T_SQL I can use the in operator...i.e. select emp_name in ('doe','smith','jones')...Is there a way to do the same in Crystal's Record Selection Formula editor. I have tried the following with no results:

{SECCODEasg.SECCODEDESC} in ("Staging";"Taylor";"Jones")

Thanks,
TJ
 
Try

{SECCODEasg.SECCODEDESC} in ["Staging","Taylor","Jones"]

HTH
 
Thanks Steve!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top