Can I use hyperlinks as dim member values?
Example
Dim Products
Total
--Prod Categroy level (Members: Cat_Code, Cat_Name)
--Prod Detail level (Members:Prod_Code, Prod_Name, Prod_Link)
In Relational table Product_Details I have 3 columns: Code, Name and Link with values 'Ck', 'Coke' and '<a href=http://google.com...>CokeLink</a>'
Is there anyway to show the value of column Link as hyperlink and not the text value in ANSWERS?