Advanced Tags
Advanced Tag options
Tag Properties
Tag Properties can be used to add additional context to Abstract
Tags in specific situations, primarily for performing complex Dimension-based calculations in Models.
Tag Properties are best understood by seeing example use cases, such as using repeated Dimensions in a Variable.
Tag Properties can be added from the Advanced step of the Tag dialog.
Auto-create Tag Links
When creating an Abstract
Tag, you may want to simultaneously create a Concrete
equivalent, and link it to parents of the Abstract Tag, as demonstrated in the example below
Auto-create Example
Let's say we currently have two Tags, an Abstract
Tag called Fruit (a piece of)
, and a Concrete
parent of Fruit
called Fruits
, which represents the general concept of all fruit.
Now let's say I want to add a new Abstract
Tag called Apple
, which will have Fruit (a piece of)
as an Abstract
parent (an Apple is a piece of Fruit).
I might simply add the new Tag, with the parent relationship and end up with the below.
However, if I later want to create a Concrete
Tag to represent the general concept of Apples
, I should also edit the Apple
Tag (Apple relates to Apples), and link the new Apples
Tag to Fruits
(Apples relates to Fruits).
Auto-create Tag Links automates this step so that you don't need to think about it.
To achieve this, you would do the following when adding the Apple
Tag:
Add
Fruit (a piece of)
as anIs A
relationship in the relationships stepIn the Advanced step, set Auto create abstract tag links? to
Yes
In Create parent or pick existing?, select
Create new
(assuming there is no pre-existingApples
Tag)The Edit name for parent text box should be pre-populated with "Apples" - this is the name for the
Concrete
parent that it will createClick Finish.
This will produce the following result:
Apple
is now linked to Apples
and also to Fruit (a piece of)
, and the auto-created Apples
Tag is linked to Fruits
.
Last updated