Skip to content

Trc_Ws_TreeItemByName

Gets a tree item of a workspace items object by name.

Function Parameters

Parameter 1

Workspace. E.g. Sales.

Parameter 2

Tree items objects of the selected workspace. E.g. TreeItemsCustomerABC.

Parameter 3

Name of the tree item. E.g. A.

Parameter 4

Output format of the item.

FormatDecription
NameName of the tree item. E.g. A.
Caption1 till 10Caption of the item. E.g. Best Customers.
AttributeGets an attribute of the item. After the key word Attribute= the name of the attribute be set. E.g. Attribute=ProductColor

The different formats can be mixed.

Format SampleOutput
Name (Caption1)P004 (Desktop PC)
Name - Caption1P004 - Desktop PC
Caption1 (Name)Desktop PC (P004)
Attribute=ProductColorBlue

Samples

Shows the caption 1 and name of the sum A.

=TRC_WS_TREEITEMBYNAME("Sales";"TreeItemsCustomerABC";"A";"Caption1 (Name)")

In this sample function the cell C2 references to the sum of cell B2.

sample

Assistant Window

The assistant window can be used to generate a funtion.

1. Workspace Items

In the left area, the user must select a workspace. In the right area the tree items objects of the selected workspace are displayed.

workspace-tree-items

2. Tree Item

Selects a tree item of the tree items object.

tree-item

3. Format

Defines the output format of the selected tree item.

format

4. Finish

After finish the function is placed in the selected cell of the worksheet.

=TRC_WS_TREEITEMBYNAME("Sales";"TreeItemsCustomerABC";"A";"Caption1 (Name)")