I've been tasked with setting up a library of reports on a metrics package. The requirements also include a custom data entry page for the KPIs.
The problem is that the metric package itself seems to be extremely inefficient. When digging into the package I discovered that the business layer is made of views, on top of views, on top of views (some going more than 5 layers). This means that a small report can take over 5 minutes to run.
I've tried building a cube based on the package, but that takes close to 12 hours to run.
Can anyone share how they've dealt with this issue, if at all? Is the standard practice to use only the reports and dashboard objects that come with Metric Studio, or is there some sort of reporting package I'm unaware of?