Map Process
Added rows
| productName | dollar_sales |
|---|---|
| 1937 Lincoln Berline | 3726.45 |
| 1936 Mercedes-Benz 500K Special Roadster | 1768.33 |
| 1952 Alpine Renault 1300 | 5571.8 |
| 1962 LanciaA Delta 16V | 5026.14 |
| 1958 Setra Bus | 3284.28 |
->pipe(new Map(array(
'{end}' => function($count) {
$addedRows = [
['productName' => 'Number of products: ', 'dollar_sales' => $count],
['productName' => 'Total sales: ', 'dollar_sales' => 'Unknown amount'],
];
return $addedRows;
}
)))
| productName | dollar_sales |
|---|---|
| 1937 Lincoln Berline | 3726.45 |
| 1936 Mercedes-Benz 500K Special Roadster | 1768.33 |
| 1952 Alpine Renault 1300 | 5571.8 |
| 1962 LanciaA Delta 16V | 5026.14 |
| 1958 Setra Bus | 3284.28 |
| Number of products: | 5 |
| Total sales: | Unknown amount |
What People Are Saying
"KoolReport helps me very much in creating data report for my corporate! Keep up your good work!"
--
Alain Melsens
"The first use of your product. I was impressed by its easiness and powerfulness. This product is a great and amazing."
--
Dr. Lew Choy Onn
"Fantastic framework for reporting!"
--
Greg Schneider