Dropdown with fixed list

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.