GETPROPERTYVALUESTABLE
This function returns a sub view of the original property table as a two dimensional
array of cell values, where key is a row axis and property is a column axis.
Syntax
GETPROPERTYVALUESTABLE("XML_properties", keys, properties)
You can request a sub part of the original property table or the entire table.
Example
=GETPROPERTYVALUESTABLE(ReportVariables.rv_xmlvariable.text, "[Product]", "Unique Name")
GETPROPERTYVALUESTABLE is a list function. It can be used in server lists, relational lists, and in slices.