Why an Analyst user is not able to see the all KPIs in the Buying module?
In the KPI Group named Vendor Performance all the KPIs are active. But as per Product functionality each KPI Group should have the entry as KPI_ID=0 in the table ADMIN_KPI_GROUP_MODULE. The vendor performance group does not have entry as KPI_ID=0 in the table ADMIN_KPI_GROUP_MODULE . To resolve this issue, run the below query in admin mysql db: Insert into admin_kpi_group_module (id, kpi_id, group_id, module_id, created_date, modified_date,user_id) values ('1790','0','233','29','2008-07-14 00:00:00',null,'1')