We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to report on the Owner field for platform data visualization.

alhicks
Tera Guru

We can see the requested by field when looking at the par_visualization table but the owner field is not available.   We'd like to know how we can query the owner field in platform analytics data visualizations.

1 ACCEPTED SOLUTION

alhicks
Tera Guru

Reached out to ServiceNow to find out where the field was.  Their reply:

The owner is stored in the [par_visualization_permission] table.
You can go to par_visualization_permission.list and filter on:
Component= AND Visualization owner = true
Then the User field of the resulting record will contain the owner of that visualization.

View solution in original post

3 REPLIES 3

BrianProvencher
Giga Guru

Need more information. Where is the Owner field defined? Is it dot-walked, or is it defined directly on the table?

We're trying to figure out how to report on the Owner field for the Data Visualizations (Reports in Platform).

 

alhicks_1-1746629081011.png

 

And from what I've read the data visualization information is stored in the par_visualization table but when you look at that table, the owner field is not available.

alhicks_2-1746629257977.png

 

alhicks
Tera Guru

Reached out to ServiceNow to find out where the field was.  Their reply:

The owner is stored in the [par_visualization_permission] table.
You can go to par_visualization_permission.list and filter on:
Component= AND Visualization owner = true
Then the User field of the resulting record will contain the owner of that visualization.