using Tableau with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 08:38 AM
I am working with a developer who has been able to connect Tableau to SN and pull in data from the task table, however, he can't dotwalk. For example when looking at an incident, the assigned group is just the unique ID and not the name.
So I am looking for some documentation that I can point him to,on how to do this. That would be great.
As always thanks to all,
Howard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 10:30 AM
Hi Howard,
so "Tableau" is the system retrieving data from ServiceNow? How is the connection implemented? Via table API with a REST call? Could you provide the code or REST call in detail?
Regards,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 10:37 AM
Stefan,
Sorry to say I don't have that at this time. I was just asked to see what was out there and the correct way to build this integration.
Howard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 11:21 PM
Hi Howard,
though it's a bit difficult then to point in the right direction the follwing might be helpful:
REST API Explorer - ServiceNow Wiki
When the integration is done via REST playing around with the REST API Explorer gives a very good overview of the API features and how to use it.
Regards,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 11:34 AM
We are still fine tuning out Tableau/SN integration. I did end up giving the tableau user in SN access to sys_user_grmember and sys_user_group to do the necessary joins to link the sys_id they have for the assignment group in the incident to more info like the group name.
If you are still working on this, I can share more as we keep working on this.
--Diana