A KPI is available in Analyst, but not available in Admin. What can I do to make it available in Admin?
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).