We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe I don't understand how to use it, but when I set aggregateFunc to 'avg' on a field using this syntax:
{name: 'test', caption: 'Test', aggregateFunc: 'avg'}
The created field button displays "Test (avg)" if I place it in the data area, however the table is still using the sum aggregate.
In the example, you use this syntax:
{ name: '6', caption: 'Amount', dataSettings: { aggregateFunc: 'avg', formatFunc: function(value) { return Number(value).toFixed(0); } } }
and it does work.
What is the reason I can't use directly the aggregateFunc option?
The text was updated successfully, but these errors were encountered:
It's a bug 🐛...
Sorry, something went wrong.
👍
nnajm
No branches or pull requests
Maybe I don't understand how to use it, but when I set aggregateFunc to 'avg' on a field using this syntax:
The created field button displays "Test (avg)" if I place it in the data area, however the table is still using the sum aggregate.
In the example, you use this syntax:
and it does work.
What is the reason I can't use directly the aggregateFunc option?
The text was updated successfully, but these errors were encountered: