Using the SpagoBI KPI engine, i was wondering how i could specify a default KPI to be shown without clicking , as the default view is a blank frame with the message "No KPI associated" . So, i spent some time to have a look at the KPI.JSP located at /WEB-INF/jsp/engines/kpi/custom/kpi.jsp, i found that there i s a Javascript Function which pass a grid and an accordion to a class : Sbi.kpi.KpiGUILayout, and in this class a default settings are defined ! i tried to modify it, but i didn't succeed. I need just to know which function is called after the mouse click event ! Can you please help me with that, because it's very important to have a direct access to a detail, specially if we have just one KPI node !
Thank you