Add filter to time series visual builder for missing field

Hi,

How can I add a filter to time series visualization for a missing field?

For example, I only want to visualize data where field X does not exist. I was able to check if it exists but was not able to check if the field is missing.

if you add a "NOT" in front of the filter for exists it should register as looking for the field to be missing.

@Marius_Dragomir This is not working. I tried adding NOT in front of the filter but it is still showing the records:
NOT _exists_:ipdr_processing_time

But this still shows records with that field being present.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.