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

Port "Split By" functionality #98

Open whenamanlies opened 6 years ago

whenamanlies commented 6 years ago

Got a request to port back "split by" functionality from original TLV. Any takers?

Log splitting To make it easier to analyze large complex log files, they can be split into multiple views in TLV based on a single value or all values of one of the columns. Currently log splitting is only possible by columns TID, Request, Session, Site, User and Key.

To split current view by all values of a selected column click on the menu command "split by...", which will display a dropdown menu where you can choose which column to split the view by. This will create a new tab window for each value of the chosen column and those tabs will only contain records that have one of the selected column values.