Hopefully I am in the right forum?
I am trying to pass a list of names (i.e. John Smith, Jane Doe, Fred Smith) as a parameter to a crystal report. I was hoping to create a sql 'IN' like structure in the Record Selection formula like:
First_Name & ' ' & Last_Name IN {?Full_Name}
If my list only contains a single value then the reports works.
I am trying to pass a list of names (i.e. John Smith, Jane Doe, Fred Smith) as a parameter to a crystal report. I was hoping to create a sql 'IN' like structure in the Record Selection formula like:
First_Name & ' ' & Last_Name IN {?Full_Name}
If my list only contains a single value then the reports works.