Home > Contents > Index >
Get an IList of the dimensionable asset parents for particular asset.
<asset.getdimparents list="name of output list" name="name of loaded asset whose parents will be returned" />
TYPE
, OBJECTID
, GROUP
,
corresponding to the asset type, the asset id, and the group of the dimension parent.
Get an IList of the dimensionable asset parents.
The IList has 3 columns: TYPE
, OBJECTID
, GROUP
, corresponding to the asset type, the asset id, and the group of the dimension parent
relationship.
There are no possible errno
for this tag.
The following demonstrates how it is possible to loop through the dimensions belonging to an asset.
<asset.getdimparents name="a3" list="list"/> <LOOP LIST="list"> <CSVAR NAME="list.TYPE" /> <CSVAR NAME="list.OBJECTID" /> <CSVAR NAME="list.GROUP" /> </LOOP>
Home > | Contents > | Index > | ||
Oracle XML Tag Reference |