This problem can occur if the KPI is selected as Private when published by the creator of the KPI. At the time of publishing a KPI, when the user selects the option as private , it will only appear for the user who created it. On the other hand, ...
Update those KPIs to user id 1 and it should be visible in Admin. Query: update admin_kpi set CREATED_USER_ID=1 where CREATED_USER_ID not in (select user_id from admin_mst_user).
Yes, but conditions apply: 1. If a non-admin user has not set any exception highlights for a KPI, he can view the one set by admin for that particular KPI. 2. If a non-admin user has set an exception highlight for a KPI, he can view only that as it ...
Force Aggregate table selection is only available from the Administrator module and not in the Analyst module. So, users with administrative privileges can login to Administrator module and make the intended changes to the KPI.
KPIs can be made private or public while creating them. Perform the following steps to make the KPI as Private/Public: 1. Login to Analyst Module. 2. Navigate to KPI Publisher module to create a KPI. 3. While publishing the KPI, for Visibility ...