[TSVB] Access to the other buckets in Math aggregation #22866
Labels
enhancement
New value added to drive a business result
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Right now
params._all.<name>.values
seems to only access each split's previous values in the buckets. In order to create a percentage column in the Data Table using the Math aggregation you should be able to access the values of all buckets in order to do something like this:divide(params._all.count.values,sum(params._all.count.values))
This would solve some open issues: #19489 and it's a feature requested for a log time that was available in the old Math library.
The text was updated successfully, but these errors were encountered: