tableau-log-viewer icon indicating copy to clipboard operation
tableau-log-viewer copied to clipboard

Logical Conditions on Highlight Filters

Open dpalamuri opened this issue 2 years ago • 1 comments

I would like to apply AND condition on Highlight Filters would that be possible?

Scenario: I want to apply following filters on Highlight at the same time and get the results when both of those conditions are satisfied.

Filter1:

Match Field: Key Math Type: Regex Search Text: (begin|end)-protocol.query

Filter2:

Match Field: Value Match Type: Contains Search Text: query-category: Data

dpalamuri avatar Dec 29 '23 08:12 dpalamuri

There is currently no AND conditions or combined filters feature for search and highlighting. Often times, this limitation can be addressed or workaround with regex though. In this case, you could use one filter like this:

Match Field: Value Math Type: Regex Search Text: query-category: Data.*name: protocol.query

terencesoh avatar Jan 09 '24 01:01 terencesoh