You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for a way to use pivottable to show mutliple aggregates. In my case, for every group, I need to show the average of two measures and count. The best solution I can think of is to create a new aggregate which will calculate both items, and display them in a cell a string (e.g. 123.45/234.5/12 - meaning first average of 123.45, second average of 234.5 and count of 12.
The main limit is customization - In this approach the user will not be able to choose columns, which is not friendly.
Possible to add this feature - allow for multiple aggregates to be displayed. For my use case, it will work without having support for grouping on column, as per table below. Need the ability to allow the user to choose aggregate/field for each column.
I read the 'Aggregators' section - I can use the example to calculate specific known attributes - main challenge is to provide the user with UI to choose them. Ideally, pivotUI will support this as built-in, eliminate the need to have extra UI on the page.
Thanks, Yair
/
country
city
avg(income)
avg(age)
count
USA
NYC
123.4
23.1
15000
USA
Washington DC
67.2
34.3
18123
USA
San-Francisco
Cell
Cell
Cell
GBR
London
Cell
Cell
Cell
FRA
Paris
Cell
Cell
The text was updated successfully, but these errors were encountered:
Hi,
Looking for a way to use pivottable to show mutliple aggregates. In my case, for every group, I need to show the average of two measures and count. The best solution I can think of is to create a new aggregate which will calculate both items, and display them in a cell a string (e.g. 123.45/234.5/12 - meaning first average of 123.45, second average of 234.5 and count of 12.
The main limit is customization - In this approach the user will not be able to choose columns, which is not friendly.
Possible to add this feature - allow for multiple aggregates to be displayed. For my use case, it will work without having support for grouping on column, as per table below. Need the ability to allow the user to choose aggregate/field for each column.
I read the 'Aggregators' section - I can use the example to calculate specific known attributes - main challenge is to provide the user with UI to choose them. Ideally, pivotUI will support this as built-in, eliminate the need to have extra UI on the page.
Thanks, Yair
/
The text was updated successfully, but these errors were encountered: