-
1. Re: Customized Views usage stats
Dan Colbert May 27, 2016 9:04 AM (in response to Dan Colbert)One more thing I've discovered. The "views_stats" table (and subsequently, the "_views_stats" view) has a field named "shared_view_id". The field description in the Tableau database is:
"A foreign key reference to the shared view that was accessed. Either this or the view_id field must be populated."
It seems like that field should contain the customized view ID but every row is NULL, and every view_id points to the original view.
Is this intended, or is it a bug?
-
2. Re: Customized Views usage stats
Toby ErksonMay 27, 2016 9:25 AM (in response to Dan Colbert)
For my version, 9.2, you can see the customized views' name but you can't get the count of the custom view. The tally of the regular view and the custom view -- from what I see -- are tallied together in _views_stats.nviews. You would JOIN this table to the customized_views table like so: customized_views.start_view_id = _views_stats.views_id.
Just a note: customized_views.id == _customized_views.id.
-
3. Re: Customized Views usage stats
Toby ErksonMay 27, 2016 9:27 AM (in response to Dan Colbert)
Ha! I noticed that as well for my version, 9.2.4, and I already submitted a support ticket to Tableau letting them know about the documentation error.
I don't have 9.3 so maybe it's different for that version or these are changes that will become available in a later version like 10.
-
dictionary_errors.docx 85.3 KB
-
-
4. Re: Customized Views usage stats
Dan Colbert Jun 3, 2016 5:22 AM (in response to Dan Colbert)The answer to this is (unfortunately) that all traffic is recorded on the original visual, and not the custom version of that view.
I've posted an idea here (https://community.tableau.com/ideas/6288) to request that enhancement.
I'd appreciate any and all "vote-ups"!
Thanks,
Dan
-
5. Re: Customized Views usage stats
Toby ErksonJun 3, 2016 6:50 AM (in response to Dan Colbert)
I voted it up