1. Introduction
In this interesting post we will see how to mount an OBIEE-like reporting tool by using low cost web technologies.
In the example we are going to see how to combinate PHP Analytics and WordPress templates to get close to that objective.
2. The idea
PHP Analytics is a plugin that transform your WordPress platform in a reporting tool. It allows you to build views (tables and chart) that you can publish in a WordPress page/post.
Once we have our defined reports (see the offical documentation to use PHP Analytics), we just need to modify a WordPress template to give to our platform the OBIEE look&feel.
Moreover we have to play a little bit with the code in order to emulate the OBIEE frontend main logic.









