Hi,
Is it possible to add a predefined list of fields to a dropdown without extracting them from a query?
Thank you
Hi,
Is it possible to add a predefined list of fields to a dropdown without extracting them from a query?
Thank you
AFAIK
No.
Well the result from a query is a datatable. You probably can define your own datatable (never tested just thinking).. but whats the target to do it?
How can I define my datatable?
I would create a dropbox with pre-defined value. Once I have selected the value, it modifies a query that allows the display of a graph.
I've already tried to do this .... but this changes all queries on all pages!
Thanks!
What you need is the csv function. You add your data structure in csv format and the result is da datatable that can be used for the filter element.
Take care that the name of your filter column equals the field name in the elastic index.
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.