Hi, I have a table like this. I wanna have avg of streamed time of all clients, so I add another row with "Group other values in seperate bucket"
I checked the avg but it doesn't create another column, What I'm doing wrong ? Thanx
Hi, I have a table like this. I wanna have avg of streamed time of all clients, so I add another row with "Group other values in seperate bucket"
Hi @Mohammad_Mousavi
the total function doesn't add a new column, but add a row below the table showing the sum/avg/min/max etc of all the value on each column. In your case this will result in a value that will average the sum of bytes by the number of user_ids you have in the first column.
The value should appear in below the column like in this screenshot
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.