Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to have a multiple values to aggregate? #16

Open
z3dmax opened this issue Feb 26, 2020 · 0 comments
Open

Is it possible to have a multiple values to aggregate? #16

z3dmax opened this issue Feb 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@z3dmax
Copy link

z3dmax commented Feb 26, 2020

I was thinking if it's possible to have aggregator on multiple columns.

For example:

A | B | C
One | 1 | 2
Two | 1 | 2
One | 1 | 2
One | 1 | 2
Two | 1 | 2

rows: ['A']
vals: ['B', 'C']

average on B and sum on C

Something like that:

Capture

I know it will become rendering problem with graphs....but not so difficult for tables.

It will be a great plus!

@z3dmax z3dmax changed the title Is it possible to have a multiple aggregator? Is it possible to have a multiple values to aggregate? Feb 27, 2020
@Seungwoo321 Seungwoo321 self-assigned this Oct 11, 2021
@Seungwoo321 Seungwoo321 added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Oct 11, 2021
@Seungwoo321 Seungwoo321 removed their assignment Oct 16, 2021
@Seungwoo321 Seungwoo321 removed the documentation Improvements or additions to documentation label Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants