Gets the elements contained in the specified list. This function can be used in these types of rules:
HS.<Object>.List("Parent","Listname") HS.Node.List("Parent"."Listname"."S#Scenario.Y#Year.P#Period") HS.Custom("Dimension").List("Parent","Listname")
An array that contains all elements of the specified list. For Node, only the active elements in the list.
This example gets the elements of the user-defined list MyBaseList for the current account:
HS.Account.List("","MyBaseList")
This example gets the elements of the system list [Base] for the TotalAssets account:
HS.Account.List("TotalAssets","[Base]") Hs.Custom("Prod").List("Products","[Base]")