Create Tag Report

Last Updated: 12/07/2015 Introduced in Verision: 2.0

A tag report lists all of the tags used in the portal. Use the report to identify redundant tags, to estabish naming conventions for tags, or to ensure that tags exist for all entities you wish to be tagged.

Create a tag report using the Report Designer by dragging a Tag Data Source component to the workspace, then adding the columns for the report to the Results tab.
 

Example

In the example, we will:

  1. Create a report.
  2. Add a data source and columns to the report.
  3. View the report that lists all of the tags used in the system.

To begin, we navigate to a designer project folder, click the Create Report button and select Create Report.

create report 
 
 
We give the report a name and click OK.
name report
 
In the Report Designer, in the Components panel, from the Data Sources > Common Data Sources category, we drag a Tag Data Source component to the Sources list.
tag data source
 
 
Next, from the Quick Add Column category, we select an Id component.
 id column
 
 
Next, we select a Tag component.
 tag
 
 
Finally, we select a Short Type Name component.
 short type name
 
 
We have finished building the report, so we save the report and close the Report Designer.
 
To view the report, we click the new report’s thumbnail and select Run Report from the Action menu.
 run report
 
 
The report displays a list of all tags used in the system.
 running report
 
 

Additional Resources