Meta attributes setup
Entities setup is usually done by the Meiro team.
In the Administration/Entities/Meta attributes tab, it is possible to set meta attributes that will be used through Meiro Business Explorer.
Learn more: about meta attributes here.
Meta attribute list
You may specify the order of meta-attributes calculation on the list of meta-attributes through a simple drag-drop system.
To streamline this process and examine meta attributes rapidly, use the SQL preview on the meta attributes list.
Remember: specifying the order is necessary, as one meta attribute can be part of the definition of another. Having a defined order helps avoid circular dependencies.
Create a meta attribute
To create a meta attribute, click the ‘Create Meta Attribute’ button and complete the form.
General |
|
Meta attribute ID (required, not editable later) |
Insert a unique identifier of the meta attribute. It can not be the same as any other attribute or meta attribute. Meta attributes’ IDs are case-sensitive. |
Description |
|
Description (optional) |
An optional field to draw a description of a meta attribute. The meta attributes and descriptions will be visible within the Meta attributes list. |
DefinitionThe definition of a meta attribute dictates the query you want to have available as a Common Table Expression (CTE). |
|
SQL query (required) |
The custom option allows managing attribute definition through an SQL query. Remember: it is not allowed to query the “customer_events” table. |