Hi!
I'd like to know a simple thing:
in a visualization (e.g. Table visualization), using a Count aggregation, I can filter the results by writing {"min_doc_count":2} in the JSON input field.
Unfortunately, the same syntax will not work if the aggregation is a Unique Count.
Is there an equivalent way to accomplish such a task?
Thank you!