I need to create an ACTION in SSAS 2005. The action target is on a dimension attribute. On clicking the attribute(Pool Name) the values of the post code attribute of the related dimension are generated and passed by MDX action exprtession to a goggle map url for a visual display of the post code location.

I suppose I may have to use the DESCENDANT function of
DESCENDANT([Dimension.Postcode]) to retieve the postcode values at the member level and passed to a URL action for google map.

How do you post two or more post codes to google map to display ?


Please help.