How to Delink all graphs from KPI?

How to Delink all graphs from KPI?

To de-link existing graphs from the KPI, execute the following queries in admin DB: Query 1. - Find KPIs which has linked graphs: select * from admin_kpiviewdetail where graph_view_id is not null; Query 2. - Deletion of linked graphs from the KPIs update admin_kpiviewdetail set graph_view_id=null where graph_view_id is not null; NOTE: a. Please take a complete back-up of the admin DB before doing these changes in the admin DB b. This information is applicable for advanced ARC users. Please contact Support team for assistance before making the changes on your own