PHP ADOdb Reporting Tutorial: We use pivot table especially for reports, example marketing reports. Pivot table that summarizes and analyzes data. If you don't understand about pivot table, this post will show you visually what is pivot table.
For example you have two reference table, like this:
products table
cities table
Then, you have a sales data like this:
We can create sales report like product sales frequency per city, like this:
This report, We call pivot table or cross tabulation
Next post, we will talk about creating pivot table use adodb.
| Series this article: ADOdb: Introduction ADOdb: Connection Statement ADOdb: Advance Select Statement ADOdb: How to show tables ADOdb: How to show fields ADOdb: How to show databases ADOdb: Caching of Recordset ADOdb: Recordset to HTML ADOdb: Multi Database Connection ADOdb: Data Dictionary ADOdb: Quick Export Data ADOdb: Insert data style ADOdb: Replace Data ADOdb: Log Query PHP ADOdb: Understanding Pivot Table For Reporting PHP ADOdb: Creating Pivot Table PHP ADOdb: Creating Query to Build Pivot Table Tag: adodb, pivot table Category: PHP Classes Post : December 30th 2007 Read: 5,546 blog comments powered by Disqus |