Dot walk fields in Visualization Designer
Learn how to dot walk table fields in a data visualization of table data. See how to start from a parent table, such as Task, and dot walk to include data from extended tables, such as Indicator and Problem.
Before you begin
About this task
Note:
If you cannot dot-walk from any of your fields, check with a ServiceNow AI Platform administrator whether the system UI property glide.ui.list.allow_extended_fields is enabled on your instance.
Procedure
Dot-walking to two tables that extend Task [task]
In this example, you create a simple list of data from the Task table and include fields from the Indicator [indicator] and Problem [problem] tables, which extend Task.
- You navigate to the Data Visualizations list in the Platform Analytics library and select New.
- In the Visualization type field, you select Simple list (
).
- In the Configuration tab, you keep the default Task [task] table.
- In the Columns field, you select +Add and scroll down to Incident.
- Next to Incident, you see an Expand arrow
that indicates you can dot-walk. So you click that arrow, and scroll down through the fields on the Incident table until you reach the Category field, which you select.
- You repeat this process to add the Problem.Related incident field.
- Add the Number, State, Assigned to, and Short Description fields, and move them into the order you want.
- To see only relevant entries, you add the following filters:
- Active is true AND
- Category [Incident] is not Null OR
- Related Incidents [Problem] is not empty
- You save the visualization and title it Active Incidents and Problems.
The final visualization shows either Incident.Category values, Problem.Related Incidents values, or both.