Gets the dimension member for the specified ID number. This function can be used in these types of rules:
HS.<Object>.MemberFromID(ElementID) HS.Custom(Dimension).MemberFromID(ElementID)
Table 69. Syntax for MemberFromID Function
Depending on the object selected, the ID number of a valid member of one of these dimensions: |
This example gets the member for the ID number 001:
strEntity = HS.Entity.MemberFromID(001) strCustom = HS.Custom("Prod").MemberFromID(001)