How do I check all the users associated with a specific KPI?

How do I check all the users associated with a specific KPI?

You can check the users associated with specific KPI using the security mapping privileges table - ADMIN_MAP_DEP_ROLE_USER_PRIV. You can map all the details (For example, KPI_id,role_id,module_id,user_id etc.) from this table, based on the security privileges of the User. Note: 1. KPI_id=-1 and module_id column will have the value of the module_id, if 'module’s' is set applied of 'specific KPIs. 2. KPI_id=-1 and module_id column will have the value of the module_id and KPI_group_id. Column will have the value of KPI group, if 'KPI group’s' is applied instead of specific KPI’s. 3. You will get the value of KPI_id, only when specific KPIs is added.