Re: RE: Pivot tables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



All of the work is in the queries, so it doesn't matter that the example at
the end is in Perl.

The whole concept is that you're using SUM(IF(column=value,1,0)) to sum up
your values. To get each of the "values" you can run a query and use the
results of that query to build your second query with all of the SUMs.

---John Holmes...

----- Original Message ----- 
From: "Dillon, John" <JDillon@cantor.co.uk>
To: <php-db@lists.php.net>
Sent: Monday, August 11, 2003 2:09 PM
Subject:  RE: Pivot tables


Darn, here's the link:

http://www.mysql.com/articles/wizard/print_version.html

-----Original Message-----
From: Dillon, John
Sent: 11 August 2003 19:09
To: php-db@lists.php.net
Subject: Pivot tables



Here is the worth-reading mysql answer to my question below.  Pity it's
implemented on perl not PHP though...anyone know a PHP implementation?

************************

I will need to generate a pivot table similar to that in Excel, in this
version I want to list a unique list of fields across the top and down the
side with totals - called cross-tabulations.

John


























































http://www.cantor.com
CONFIDENTIAL: This e-mail, including its contents and attachments, if any,
are confidential. If you are not the named recipient please notify the
sender and immediately delete it. You may not disseminate, distribute, or
forward this e-mail message or disclose its contents to anybody else.
Copyright and any other intellectual property rights in its contents are the
sole property of Cantor Fitzgerald.
     E-mail transmission cannot be guaranteed to be secure or error-free.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message which arise as a result of e-mail
transmission.  If verification is required please request a hard-copy
version.
     Although we routinely screen for viruses, addressees should check this
e-mail and any attachments for viruses. We make no representation or
warranty as to the absence of viruses in this e-mail or any attachments.
Please note that to ensure regulatory compliance and for the protection of
our customers and business, we may monitor and read e-mails sent to and from
our server(s).

For further important information, please read the  Important Legal
Information and Legal Statement at
http://www.cantor.com/legal_information.html


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux