Crosstabs in Reports |
10/11/2006 23:39:46 | |
| PHPRunner General questions | ||
|
K
kenlyle author
The best would be if the user could do a drag and drop like an Excel Pivot table, but even hardcoded options would be good for a lot of purposes. |
||
|
J
|
Jane 10/12/2006 |
|
Ken, select count(`Satisfaction`), count(`Referral`) from `TableName` group by `ParentAge` select count(`Satisfaction`), count(`Referral`) from `TableName` group by `MaritalStatus`
|
|