Table of Contents

dependencyId attribute

If the discrete values of the parameter depend on the current state of another parameter, the ID of that other parameter can be specified using this attribute.

Content Type

TypeParamId

Parent

Discreets

Remarks

This parameter can be a single parameter or a column. In case of a column, the cell value will contain the semicolon-separated string with the possible items.

Note

The column that is referred to by the dependencyId attribute must be displayed in the table.

DependencyId can be used either with Measurement Type “string” or “discreet”.

As from DataMiner 8.0.2, System Display and Cube behave in the same way. If no dependencyValues are defined, an empty list will be shown (RN 5817).

<Measurement>
	<Type>discreet</Type>
	<Discreets dependencyId="10" />
</Measurement>

Examples

In the following example, the parameter will show a drop-down box of all the semicolon-separated items in parameter 10, but the user will be allowed to add extra items:

<Measurement>
	<Type>string</Type>
	<Discreets dependencyId="10"/>
</Measurement>