This topic is locked

List Pages with Group By Reporting

4/7/2006 10:17:48 AM
PHPRunner General questions
prleo1 author

Sergey,
i have been asked to come up a with a report-type list page from my ceo that would group relevant data by a column as well as adding a header to each category. Could you help me achieve this in my project?

For example:
Emp Data
Name Position Salary

------------------------------------------------

  1. Bob Manager 40000
  2. Jane Admin Support 23000
  3. Joe Manager 43000
  4. Pete CEO 100000
    The list page would look like:
    Name Salary

    --------------------------------------------------

    CEO

    Pete 100000
    Manager

    Bob 40000

    Joe 43000
    Admin Support

    Jane 23000

Sergey Kornilov admin 4/10/2006

Hi,
Unfortunately PHPRunner doesn't support that.
You can do complicated sorting on the Edit SQL query or change code manually.