Hello All,
I have data that I am querying, and I want to be able to filter to unique values of a field on the data in the table, can I do that? If so can someone explain to me how?
Thank you!
Hello All,
I have data that I am querying, and I want to be able to filter to unique values of a field on the data in the table, can I do that? If so can someone explain to me how?
Thank you!
Hi @nsimi, I can think of several ways to create a table with just the unique values of a certain field.
lag
operation to get the previous (-1
) value of the field. Afterwards use the filter transform to compare current and previous values, and if they are the same, filter them out.@nyuriks Thank you!
At first I was having an issue where it wasn't working it was grouping everything as one group then I realized I had it pointed at the wrong data set
Thank you!
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.