Hello All,
I 've a small question, since i'm new in SSRS.
I'm building a report that has a column in the table called countries of origin, that column can contain data like "USA","China" ( normal countries) but some rows can also contain "USA, China, Australia" ( multiple counties in one row).
I'm trying to build a filter to filter my results :
-I have a data set created with a list of all world countries
-I've Build a Parameter containing a drop down list with all countries
--- My problem is when I want to create the filter in my main data set , I can so it , but when I search for example for "USA" , I don't get the lines where there are multiple countries and "USA" is one of them...
Can anyone help me with this ? There must be an expression in the filter that will be able to search through all the values in the string and return me my correct results.
Thanks a lot in Advance
Tiago