Attribute Editor

You can create and add derived attributes to a dashboard or document, based on dataset objects already included in the dashboard or document. To do so, you define the derived attribute using the Attribute Editor.

For example, your dashboard contains the Employee attribute, which contains separate attribute forms for the first name and last name of each company employee. You can create a derived attribute based on Employee, with the definition Concat(Leftstr(Employee@First Name,1),".",Employee@LastName). When the derived attribute is displayed in the dashboard, it displays each employee by first initial and last name.

Derived attributes created in a dashboard are saved with the dashboard's definition and cannot be used in other dashboards, documents, or reports. Similarly, derived attributes created in a document are saved with the document's definition and cannot be used in other documents, dashboards, or reports.

The following options are available:

If desired, you can type the definition of the derived attribute directly into the pane on the right. As you type, matching objects are displayed in a drop-down list. You can click an object or continue to type.

By default, the derived attribute contains the ID attribute form. You can define additional attribute forms for the derived attribute. To do so, click the plus (+) icon above the pane on the right. A tab for a new attribute form is created and displayed. In the pane on the right, define the attribute form using the same options that you used to define the ID attribute form, as described above. Any attribute forms besides the ID attribute form must be based on the value of the ID attribute form.

To create and add a derived attribute to a dashboard:

  1. When you create a derived attribute, you can also add the derived attribute immediately to a specific visualization to be displayed. Do one of the following:

The Attribute Editor opens.

  1. Select the appropriate options to create the attribute, as described above.

  2. When finished, click Save to save your changes. Your derived attribute is created and added to the dashboard.

To create and add a derived attribute to a document:

  1. In Editable Mode in a document, from the Datasets panel, right-click the dataset to add the attribute to, and select New Attribute. The Attribute Editor opens.

  2. Select the appropriate options to create the attribute, as described above.

  3. When finished, click Save to save your changes. Your derived attribute is created and added to the document.

 

 

_____________________________