SQL Server Reporting Services (SSRS) - How to Check If a Parameter Contains a Certain Value in SSRS ?
Example:
I have a paramter named SubjectID which has few subjectID's say 603,604,605,607,608 . I want to return "Y" if the subject ID is 603,604 and 605 else return "N"
Is there any function to solve this issue?