Skip to main content
Featured group

Custom Admin Views

Custom Admin Views
1 answer
0/9000

Hello everyone.

I'm trying to get calculated field formula from the repository. We can parse the xml and get this data. But is there any way to get it from the Tableau Repository Database.

I have used recommendations schema to get the fields but the calculation fields formula is not available. I have created column lineage using recommendation schema.

Calculated field  formula from repository

I see Synonyms, column_assets but these are empty. Can we get this from blob in repository. Any help is much appreciated. Alation is one more useful tool, how good is it for getting these?

2 answers
  1. Aug 24, 2020, 3:46 PM

    No; you will need to pull it from the Metadata API.

0/9000

Hi, I'm looking for a sample workbook that I can play around with -- since I can't use data from my clients. I've asked Tableau, but they don't have anything. Appreciate any help / ideas / leads ...

1 answer
0/9000

1. need to know all the datasources published on server namer, how many, and details

2. how many datasourses connected to redshift prod and uat and others

3. duplicate datasources- one to many

4. list of datasources not connected to redshift

5. list of users logged in for last 6 months and not logged in for last 6 months

1 answer
0/9000

Does anyone know how I would reproduce the load times figures in Postgres?

 

Is that just a matter of taking the started and completiondate  from 'http_requests' for a specific session ID?

5 answers
  1. Nov 19, 2015, 9:58 PM

    Alex,

     

    If you are using server v9+, load time report is built-in to the product. Just go to Server > Status > Stats for Load times. You can also download the workbook for both v8 and v9 at Server Admin View Workbooks.

     

    Cheers,

     

    John

0/9000

I have many data sources that are being published to our server using the Tableau API or data connector but they do not show up as jobs. I only see them on the server if they publish successfully.

I can't find them in the admin data. Looking specifically at TS Web Requests and TS Background Events and TS Events.

I updated my TS Content data source, but I am having issues updating the others. Not sure if that would really help.

Have any of you figured out how to find them in the Admin data sources?

1 answer
  1. Aug 8, 2024, 11:12 PM

    Hi Mary,

     

    My initial thoughts are to reverse-engineer the question. If you know which data sources are published via every other means, this reduces your dataset to just the ones that must be via the API or data connector.

     

    HTH

     

    Peter

0/9000

Is there a way we can identify the workbooks which are using Row Level Security Feature using Metadata API or any other methods

2 answers
  1. Jun 24, 2024, 1:13 AM

    I haven't used the Metadata API, however, the documentation states that it can find whether a calculated field uses one of the user functions (https://help.tableau.com/current/api/metadata_api/en-us/reference/calculatedfield.doc.html) -- hasuserreference. Returning True would indicate the field does incorporate a user function, which is one of the methods to enable row level security. Obtaining a list of workbooks with a user function calculated field is the first step. The second step would be to determine where that calculated field is used as a filter condition (sheets, dashboards, or datasources). Perhaps this gets you headed in a direction towards a more complete answer meeting your interests.

0/9000

Custom portal view for admins and end users

 

I am trying to create a custom portal for end users and also Admins to see what users have permissions to access what workbooks and I am finding hard to do so. I have access to Content, Events and Users, but each of them shows different workbook or projects that I have access to..

1 comment
0/9000

Hi All

I like to remove the user is the user didn't sign in for a month, therefore I need the following info to do it along with other user detail

1. user log in datetime

2.user create datetime

3.user remove datetime

4.user AD name

which tables and how to join them can give me the details I need?

 

thanks in advance

mike

1 answer
0/9000

A while back someone had given me a workbook with permissioning that works really great but requires extracts due to the enormous size of the data and load on the Server.  While the attached doesn't provide the rich data it does provide essential data that's good enough and much more quickly!

 

I've taken the code generously provided by David Mannering, added some additional [borrowed] code to it for getting System and Site Administrator indicators, and wrapped it up nicely into a workbook with a basic viz ready to go (v9.1).   Everyone, make sure you edit the data connection for your specific Tableau Server.

 

I created this as a discussion because I can see the need for this to grow -- thus allowing others to contribute their workbooks and code -- and that there may be additional questions.  Please read the attached document and play with the report.  There are a couple additional fields, like the ones that end with "_id", that are included to help with data blending.

 

Please go here for the documents:  Getting permission settings from the Tableau Server

 

Message was edited by: Toby Erkson Attachments removed to avoid duplicity and confusion.  Added link to document that contains the necessary files.

9 answers
0/9000