I am having for example following fields: value_a, value_b, city, timestamp. In the same index I will have the the value_X of more cities.
I am trying to create an visualization (for example line) where I will visualize the flow of value_a and value_b, but only for one city.
So my question will be, how can I filter the data for only one city?