diff --git a/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml b/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml
index 7a7db016f4..3575ecccef 100644
--- a/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml
+++ b/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml
@@ -23,7 +23,7 @@
UI-ContactsMenu-ContactsByLocation
SELECT Contact
- location_name
+ location_id
diff --git a/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml b/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml
index b03493f7c6..6efe574509 100644
--- a/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml
+++ b/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml
@@ -7,7 +7,7 @@
UI-IncidentManagementOverview-IncidentByService
SELECT Incident
- service_name
+ service_id
diff --git a/datamodel/itop-problem-mgmt-1.0.0/overview.xml b/datamodel/itop-problem-mgmt-1.0.0/overview.xml
index 6b1ab93e72..bfb64de0c9 100644
--- a/datamodel/itop-problem-mgmt-1.0.0/overview.xml
+++ b/datamodel/itop-problem-mgmt-1.0.0/overview.xml
@@ -7,12 +7,12 @@
UI-ProblemManagementOverview-ProblemByService
SELECT Problem
- service_name
+ service_id
|
-
+
UI-ProblemManagementOverview-ProblemByPriority
SELECT Problem
priority
diff --git a/datamodel/itop-request-mgmt-1.0.0/request-dashboard.xml b/datamodel/itop-request-mgmt-1.0.0/request-dashboard.xml
index 2f3a2c9862..b61e43a259 100644
--- a/datamodel/itop-request-mgmt-1.0.0/request-dashboard.xml
+++ b/datamodel/itop-request-mgmt-1.0.0/request-dashboard.xml
@@ -7,7 +7,7 @@
UI-RequestManagementOverview-RequestByService
SELECT UserRequest
- service_name
+ service_id
|