Dot-walking from reference fields in a data visualization
Dot-walking provides access to fields on extended, or related, tables, enabling you to create data visualizations on fields from those tables.
You can access references on extended tables from the Metric, Group by/Stack by, column/row, or Trend by fields in the Configuration panel, or when you add custom conditions when you choose the data source. The Sorting option also
enables you to configure the sort order of applicable reference fields on extended tables. Tables that reference other tables are denoted with an arrow () icon.
Dot-walking references a field by building a chain of field names separated by dots (periods). For instance, incident.assigned_to.company references the company of the user assigned to an incident. The recommended limit for chain length is three levels.
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
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.