crystaldev1
Programmer
Hello, I'm using CR 11 and sql server 2008.
This should be a simple fix which I keep having issues. I have a string parameter such as "Mike,Brown,John,...". I need to split this up and include only the records where {a.name}= "Mike" or "Brown" or "John" or "etc". Number of names can vary from parameter. Thanks.
This should be a simple fix which I keep having issues. I have a string parameter such as "Mike,Brown,John,...". I need to split this up and include only the records where {a.name}= "Mike" or "Brown" or "John" or "etc". Number of names can vary from parameter. Thanks.