0

I am working on a SSRS report service that has a map which I manage to link it with a tablix through a parameter [Country]. My objective is whenever the user click on a specified coloured country to drill though, the map will direct the user to the tablix via the parameter.
The problem is, if I click to a country that is not in the range of the required, the map randomly directs me to the tablix!
For example, when I click on China, the map directs me to the records of South Africa in the tablix.

NickyvV
  • 1,720
  • 2
  • 16
  • 18
Dodi
  • 111
  • 4
  • 14
  • What do you mean exactly with `not in the range of the required`? And what would be the desired result when it is not in range? And can you give us some sample data/screenshot and a desired result? – NickyvV Feb 23 '17 at 10:32
  • Hiya NickyvV, thank you for your reply. In my map I have the top 50% selling places in the world, only 4 countries. Whenever I click on one of those countries, I would be directed to a report that holds the details of this specific country. However, all countries are also hyperlinked and can be clicked, once I click to any country randomly the map direct me to the report. Even though the country type is not existed in the report! – Dodi Feb 23 '17 at 10:43
  • The required result should strictly associated to the countries specified in the map. Also this can be changed dynamically if new countries would be highlighted. I will explain more if needed :) – Dodi Feb 23 '17 at 10:59
  • OK, so how are the links from the countries to your tablix created on the map? Can you filter for creating the links for only the top 50%? – NickyvV Feb 23 '17 at 12:47
  • I created a hidden parameter in the tablix for the countries. The tablix uses the OLAP calculation I created on the hierarchy. The tablix and the map are both using the same dataset, the same calculations, but in the tablix I use more details about each countries sales. The hidden parameter in the tablix is linked with the COUNTRY property in the map through the action – Dodi Feb 23 '17 at 16:43

0 Answers0