Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Usage Statistics on Views #1321

Open
DuncBegg opened this issue Nov 14, 2023 · 0 comments
Open

Enhance Usage Statistics on Views #1321

DuncBegg opened this issue Nov 14, 2023 · 0 comments
Labels
enhancement needs investigation Issue needs to be looked at by Tableau

Comments

@DuncBegg
Copy link

Summary

Enhance view item to have more enriched usage statistics

Request Type

Feature Request

Description

If i request views with usage=True set
eg views = self.server.views.get(req_options = options,usage=True)
Each view i get back in the list will have the total_views property populated with a value.

However, this is just a top line number since the creation of the view. It has limited value.
It would be very helpful if the property returned contained a more enriched dataset (perhaps as json?)

In particular - if the returned property could show which users have been accessing the view and when - that would be ideal.

@DuncBegg DuncBegg added enhancement needs investigation Issue needs to be looked at by Tableau labels Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs investigation Issue needs to be looked at by Tableau
Projects
None yet
Development

No branches or pull requests

1 participant