Filter out NULL values in Line chart

Hi!

I am having some trouble to filter out timeframes (case start) where it is null. This chart represents a model performance over time, but I would like to ‘filter out’ the null values in this chart.

Please advise!

Could you please let me know what kind of graph this is? is it related to UI Automation or something else?

Each case represents a job of an IDP Extraction. The model performance is a custom metric that calculates how ‘well’ the model is performing. The graph is basically a time series of how the model was performing in the past

Hi @Sverre_Klein

Use Filter Data Table activity with the condition:
CaseStart Is Not Null or CaseStart <> “”