Strategy ONE
Enabling the Download Dashboard feature
The following parameter and value are used to specify whether the Download Dashboard feature is enabled and visible.
This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.
| Parameter | Setting Level | Value | Target Component | Behavior | 
|---|---|---|---|---|
| 
                                                             feature.share.download  | 
                                                        
                                                             Feature  | 
                                                        
                                                             Possible values include: 
  | 
                                                        
                                                             Share → Download Dashboard menu / icon  | 
                                                        
                                                             Specifies whether the Download Dashboard feature is available 
  | 
                                                    
The sample URLs below show how to enable and explicitly disable the Download Dashboard feature.
Sample URL for enabling the Download Dashboard feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.download=true
Sample URL for explicitly disabling the Download Dashboard feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.download=false
