S
|
steveh 11/24/2008 |
Yes, same comment from me, needs something akin to the report designer whereby you can choose sum,count,min,max and grouping fields and then have all fields as a where or having...... |
J
|
Jane 11/25/2008 |
Gordon, |
S
|
steveh 11/25/2008 |
I'll check in a while, but I'm not sure you can, I believe you can only select the where in phprunner from the output fields? |
G
|
gluckett author 11/25/2008 |
Exactly, I would have to "group by" on the other fields, which would mess up the query. The best option is that I can use the Advanced Search without having to put the fields in the select statement (just the where statement)...but PHPrunner will only reveal those fields that are in the select not the where.... I'll check in a while, but I'm not sure you can, I believe you can only select the where in phprunner from the output fields? This is the sort of query you want for a chart select a,b,sum©,count(*) from mytable where d=1 and e='fred' group by a,b |