KoolPivotTable - Powerful PHP Pivot TableKoolPivotTable - Powerful PHP Pivot TableFullVersion 3.8.0.0 released on 25/11/2016

Features - KoolPivotTable Filters

Drag the filter field here.
Dollar Sales
Product LineProduct
Customer
Classic CarsMotorcyclesPlanesShipsTrainsTrucks and BusesVintage CarsGrand Total
Euro+ Shopping Channel
Mini Gifts Distributors Ltd.
Muscle Machine Inc
Vida Sport, Ltd
Down Under Souveniers, Inc
Grand Total
$376,073$53,457$73,212$62,564$28,045$99,157$128,182$820,690
$262,082$23,948$0$28,851$17,965$113,971$145,009$591,827
$134,060$0$0$0$4,326$26,218$13,310$177,914
$108,778$0$0$0$0$0$0$108,778
$87,102$23,037$2,880$0$0$19,241$22,362$154,622
$3,853,922$1,121,426$954,638$663,998$188,533$1,024,114$1,797,560$9,604,191
Page 1 in 1, items 1 to 5 of 5.
DoneLoading..

Description & Sample code

In order to pre-set data sorting, you use this command:

$pivot->SetInitSortedGroup("Classic Cars"); // where "Classic Cars" is the name of the header by which you want to sort

In order to manually add a top N, top percent, bottom N or bottom percent filter, you use this command:

$field->AddFilter(array("top_N", "5")); //New filters: "top_N", "bottom_N", "top_percent", "bottom_percent"