Exclude pattern in data table visualization

I created a data table visualization and now want to exclude some values from the table. There is a field "Exclude" in the "Advanced" section. If something is entered there, that value is excluded from the table. But I want to exclude multiple patterns. How can I do that?

1 Like

The exclude field in the advanced section is a regular expression, so you can list multiple terms using the | operator, or you can use the advanced JSON instead and send an array of excluded terms.

2 Likes

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