I'm having a problem with the countries filter. I want to display races from GB and IE (Ireland).
Seems i can get one or the other but not both. If i leave the filter out obviously i get all countries.
This is what i tried.
Dim marketCountries As New List(Of String)
marketCountries.Add("IE" & "GB")
params.filter.marketCountries = marketCountries
Can anyone shine a light on where i might be going wrong?
Seems i can get one or the other but not both. If i leave the filter out obviously i get all countries.
This is what i tried.
Dim marketCountries As New List(Of String)
marketCountries.Add("IE" & "GB")
params.filter.marketCountries = marketCountries
Can anyone shine a light on where i might be going wrong?


Comment