This topic is locked

More Complex Report

4/18/2014 5:25:26 PM
PHPRunner General questions
K
kenny_robb author

I would like to be able to pull 3 or 4 separate pieces of information onto a single page report, like a report card.
The queries may have a single field I use like ID to pull the information from different table.
Some tables will hold 1 record, some could hold as many as 20.
I want to display them all on a single page.
Anyone got any ideas on how to do this or if it is even possible. I am happy to look at some sort of reporting toll if anyone has any suggestions.
Thanks in anticipation
Kenny

Sergey Kornilov admin 4/18/2014

What you looking for is dashboard, a way to display info from multiple unrelated tables on the same screen. We are adding this sort of functionality in the next version of PHPRunner.
Unfortunately we cannot show even a preview at the moment or provide a release date. It's definitely going to happen later this year. We'll send out a newsletter when we have more details.

A
Anapolis 4/19/2014



What you looking for is dashboard, a way to display info from multiple unrelated tables on the same screen. We are adding this sort of functionality in the next version of PHPRunner.
Unfortunately we cannot show even a preview at the moment or provide a release date. It's definitely going to happen later this year. We'll send out a newsletter when we have more details.


Wow, great feature in the works! Sounds like a "modular" tool where widgets of info could be moved around for display perhaps closed in divs.
Truly would enhance PHPRunner into a more open PHP tool as opposed to only building pages based on presenting a sequence of Table or Custom Query views.