This topic is locked

Creating Matrix type forms and reports

3/15/2010 10:21:58 AM
PHPRunner General questions
A
ashipley author

I want to create a matrix type form and report similar to what PHPRunner does for Users / Groups or Pages / Groups. I have in mind linking 2 tables with a common field, whering one table would contain users and the other table would contain training and training dates. I would like for the columns of the matrix to be based on the "type training" field in the training table, and the rows to be based on the names of the users. The data fields would correspond to the dates where the user name and training type intersect.
Is there a way to create a matrix where the columns are based on the data in one table and the rows are based on the data in a second table? For example, in the PHPRunner program, every time you create a new table and corresponding List page, the program adds a column in the matrix to all you to link that page to a user in the "User / Groups" area.
Arthur

J
Jane 3/17/2010

Arthur,
unfortunately PHPRunenr do not support matrix form or reports.

You can implement it manually editing generated file. This task requries a lof of custom code.