I want to calculate distinct values of f_agenda and later multiply by 5.
For example:
f_agenda
gomez
garcia
martinez
pepe
garcia
distinct values of f_agenda = 4
and later 4 * 5
Result = 20
And I want to use visualization Metric
I want to calculate distinct values of f_agenda and later multiply by 5.
For example:
f_agenda
gomez
garcia
martinez
pepe
garcia
distinct values of f_agenda = 4
and later 4 * 5
Result = 20
And I want to use visualization Metric
I don't think you can achieve this with the Metric from the visulizations menu. But it's doable with the metric version of TSVB. Get the metric as Unique Count and then add a Math aggregation where you can do the multiplication.
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.