Hi
Is there a way to track what value the users are filtering on? For example, I have a 'Region' filter with 4 values North, South, East, West. If a user filters on North and South, the following should be captured: user_name=user, filter_name=Region and filter_value=North,South.
I have come across numerous posts on this topic but have not found a solution.
I have tried looking at _http_requests view in postgres repository and it shows whether parameter or filter was being filtered on but it does not show the value.
Even if this information is available in logs format, it will be very helpful.
Thanks in advance!
Dv

I'm not aware of any tables in the PostgreSQL repository that underlies Tableau Server which holds data about the parameters used in quick filters to render visualizations. (Presumably these requests would live somewhere in the VizQL.)
This data might be tucked away in log files for Tableau Server. I'm not an expert at those things, but to make sense of that data, I'd recommend a utility such as Tableau Log Shark (not a Tableau-sponsored utility, but created by Tableau users for Tableau users). You can feed Log Shark Tableau Server log files, and it'll create a bunch of data sources and workbooks with views that might have what you're after...