Home Forums Programming General Spliting a comma delimited parameter from Crystal RE: Spliting a comma delimited parameter from Crystal

  • You could as well try to use the 8k Splitter presented here.

    http://www.sqlservercentral.com/articles/Tally+Table/72993/

    It will return you a table from which you can do a join or semi-join (IN or EXISTS). 😉

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2