|
14 | 14 | <select id="freightdrpdwn" name="ddl-view-mode"> |
15 | 15 | <option value='Sum' selected>Sum</option> |
16 | 16 | <option value='Avg'>Average</option> |
| 17 | + <option value='Median'>Median</option> |
17 | 18 | <option value='Min'>Min</option> |
18 | 19 | <option value='Max'>Max</option> |
19 | 20 | <option value='Count'>Count</option> |
|
43 | 44 | <select id="pricedrpdwn" name="ddl-view-mode"> |
44 | 45 | <option value='Sum' selected>Sum</option> |
45 | 46 | <option value='Avg'>Average</option> |
| 47 | + <option value='Median'>Median</option> |
46 | 48 | <option value='Min'>Min</option> |
47 | 49 | <option value='Max'>Max</option> |
48 | 50 | <option value='Product'>Product</option> |
|
68 | 70 | </table> |
69 | 71 | </div> |
70 | 72 | <div id="action-description"> |
71 | | - <p>This sample demonstrates the aggregate types like sum, average, min, max, count, distinct count, and more in the |
| 73 | + <p>This sample demonstrates the aggregate types like sum, average, median, min, max, count, distinct count, and more in the |
72 | 74 | pivot table for quick business analysis. End users can also change the aggregation type of each field bound to |
73 | 75 | the value axis in the field list at runtime.</p> |
74 | 76 | </div> |
|
78 | 80 | aggregate type can be set using the <code>type</code> property of the value field. The built-in aggregates are: |
79 | 81 | </p> |
80 | 82 | <p> |
81 | | - <code>Sum</code>, <code>Average</code>, <code>Min</code>, <code>Max</code>, <code>Count</code>, |
| 83 | + <code>Sum</code>, <code>Average</code>, <code>Median</code>, <code>Min</code>, <code>Max</code>, <code>Count</code>, |
82 | 84 | <code>Distinct Count</code>, <code>Product</code>, |
83 | 85 | <code>Index</code>, <code>Population StDev</code>, <code>Sample StDev</code>, <code>Population Var</code>, |
84 | 86 | <code>Sample Var</code>, <code>Running Totals</code>, |
|
0 commit comments