I have a floor map which I have about 20 indicators on the map that I wish to place on top of an image within SSRS 2008r2.
Depending upon the results of a stored procedure, some or all of these 20 indicators will be either displayed or invisible in specific points on the floor plan.
On top of the indicator I want to place the value from the database (description).
What is the best and easiest way to do this ?
Since I am looking for specific points it seems as though I need to use a Lookup function, since Aggregate functions will not be appropriate.