I apologize in advance if the title was a bit confusing. I wasnt quite sure how to word my issue. I am creating a new report and have created a few parameters that I want to be able to search by. However, when I enter a term to search by, it returns no results unless I enter the entire value as it exists in the table. For example, entering "Mac" in the parameter bar and running the report would yield nothing. But entering "%Mac%" into the paramter bar works.
I am just trying to remember how to pass entries in the parameter bar with %'s automatically, without having to type them in. Is this possible?
I created the "OSName" parameter. And in my query I entered:
WHERE (dbo.OS_Version.[OS Name] LIKE '%OSName%')
Is it as simple as modifying the above line?
Thank you so much.