GETPROPERTY

Use GETPROPERTY to return values from an XML variable. Multiple values are set with the SETPROPERTY) function which stores them as XML.

See SETPROPERTY

You can use the asterisk (*) character at the beginning or end of a string as a wildcard. For example, to return particular keys or properties. Asterisks within a string do not act as wildcards. A wildcard search returns only the first matched key or property.
Note: We cannot guarantee the order in which keys or properties are matched.

Syntax

GETPROPERTY("String xml definition","[Key]","Property Name")

The first argument of the formula can be an object or string.

Example

=GETPROPERTY("String xml definition","[Product]", "Selection").
	 

In the Accessories pane you can see the XML definition of variables set with the SETPROPERTY function.

See Accessories Pane

Select the variable and click the adjacent button.

GETPROPERTY can be used in formulas in server lists.

There are further functions for retrieving values and properties from an XML variable. They are:

GETKEYS

GETKEYVALUES

GETPROPERTIES

GETPROPERTYVALUES