Skip to main content

I applied two rules to a monitoring project, but I only want to export the results for one of the rules. In the post-deployment plan, I initially used a filter where the column is not null, and it worked fine. However, it exported all results where the column was not null, meaning the results of both rules were included. I would like to update the filter to only export specific invalid samples, but it's not working, as no data is being exported. Is this filter correct? Previously, it was "Column Name IS NOT NULL," and I updated it to "Column Name IS NOT NULL AND Column Name = 'XYZ specified rule’

How can i resolve this ?

Hi ​@Susan24us ,

The syntax of the filter looks ok, but if ‘Column Name’ applies to the same column then simply Column Name = 'XYZ specified rule’ would already suffice (it implies the column value being not null).

What can help to check why the filter doesn't work, it to export the data to a txt ot csv file, just prior to the filter step. Then you can examine the data that will be processed by the filter and hopefully conclude why the filter doesn't work as expected.

Kind regards,

Albert


Reply