![]() |
Davor GeciDevClub member 5/26/2014 |
Hi, I am using the PHPR "Totals Type" function to display a line showing the average of my columns in the list page. However I also want additional lines that each display the maxmimum, minimum, standard deviation, and COUNT of each column. How can I do this? Thanks
SELECT category,
SELECT category,
|
![]() |
Sergey Kornilov admin 5/26/2014 |
I would suggest to implement this using code snippets. You can insert a few code snippets using Visual Editor and add PHP code that runs corresponding GROUP BY SQL query for each field and displays results. |
D
|
dangdk author 5/30/2014 |
Thanks |