| Smart Grid Applications Overview > Responder Overview > Optional Functionality > Web Server > Dashboard > Remove -Unknown- Value from Dashboard | 
When no region is assigned to an incident, the Region value is defaulted to -Unknown-. The same applies if you have configured Responder to use counties and cities. -Unknown- is the default for all three. You can remove the -Unknown- value from the reporting fields on the Service Dashboard as well as the optional Government Dashboard.
There are three places on the dashbaord that display the -Unknown- value. This value may be removed by modifying the corresponding XML in the Web.config file. Web.config is installed here: C:\Inetpub\wwwroot\Responder\.
| 
                             
                                Copy Code
                             
                         | 
                    |
|---|---|
                            <add key="service.hierarchyBuilder.displayUnknown" value="true"/>  | 
                    |
| 
                                     
                                        Copy Code
                                     
                                 | 
                            |
|---|---|
                                    <add key="county.hierarchyBuilder.displayUnknown" value="true"/>  | 
                            |
| 
                                     
                                        Copy Code
                                     
                                 | 
                            |
|---|---|
                                    <add key="city.hierarchyBuilder.displayUnknown" value="true"/>  | 
                            |