Hi Dave, You cannot include maps in a WRS report using the SAS bridge for ESRI. The bridge is a desktop tool, and is useful if you have ArcMap (ArcGIS Desktop) and you want to be able to map SAS datasets in ArcMap, and run stored processes in ArcMap. The only way to include maps with drill down capability is to install ArcGIS Server. You can then map enable your OLAP cubes by using GEO dimensions and linking it to a map service produced by the ArcGIS Server. There is no way to dynamically enable maps that are linked to Information Maps or other types of data - only OLAP cubes. Further to this limitation, is that the process is rather complicated, and you need to know your way around administering the ESRI server, and SAS Server, as well as knowing how to create map services, and linking them in metadata. Then there is the issue that WRS is only compatible with ArcGIS Server 10.0, and ESRI will be up to 10.2 in July. As I understand, there is no intention to make WRS compatible with more recent versions of ArcGIS. All development efforts for mapping is going to Visual Analytics, so, you are stuck with what is available now. The only option then is to have static maps, that are produced by stored processes. So, you have to create maps using PROC GMAP, but you need to convert this process into a stored process, and then you can add it to your WRS report. The best way to find out how is to look up how to add stored process to WRS in the WRS user manual Hope that helps Nick
... View more