Hi all,
I am having an issue with a multi-value parameter using SSRS 3.0 and SQL2012. I have the multi value parameter and use it to filter my dataset. In general, this works fine, however with certain values it seems that SSRS escapes the string when it contains '-'.
I am trying to build a report that incorporates the selection of national subcompanies. Amon these ther are values such as:
CompanyA, CompanyB, CompanyC-NL, CompanyC-USA, CompanyC-TU
The rport works fine for CompanyA or CompanyB, but when selecting only a Company that incorporats a "-" in the name, the report throws a failure such as "Frong syntax for NL (not CompanyC-NL, it is only NL that is in the error string)".
I can't imagine that I am the first person with this issue, but I couldn't find it through bing or google. Anybody here who might know how to handle this problem???
Regards,
Dandy