tableau / tableau-log-viewer

Tableau Log Viewer is a cross-platform tool for quickly glancing over Tableau log files
MIT License
172 stars 51 forks source link

Logical Conditions on Highlight Filters #128

Open dpalamuri opened 10 months ago

dpalamuri commented 10 months ago

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

terencesoh commented 10 months ago

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