I have not found an existing thread for exactly what I need. I have a reporting tool that allows me to ask user for input (Client) and pass to SQL as a parameter.
There could be multiple Clients or the word All. If parameter contains 'All' I need to select all records. If the parameter does not contain 'All' I only need to select the records in the parameter.
I found a few solutions that work if the parameter is only one value but mine is a list and needs to use the 'in' predicate. (I think)
Any thoughts?