<map> elements are used to specify the member’s name, description, and displayName.
Name of the dimension member attribute. Valid attributes are name, description, displayName, and the name of any user-defined member attributes. (Default=name)
Required: Value of the member attribute.
For example, the following <map> elements define the name and description for a member in the InventoryLocation dimension:
<member hierarchy="InventoryLocation" level="Location" ns="InventoryLocation" parent="InventoryLocation/InventoryLocation/InventoryLocation"> <map attribute="name" value="${location}"/> <map attribute="description" value="${description}"/> </member>
Note: | Data records can be filtered with only records matching the filter criteria let through to the <member> elements. Filter elements include <simple-filter>, <dimension-filter>, <rowsource-filter>, <distinct-filter>, and <custom-filter>. |