Hi guys,
How to get Dimension attribute name (description) for DefaultDimensionView ?
In DefaultDiemnsionView, I found there are DISPLAYVALUE which is the code like "001" or "XX1" and NAME which is the type of dimension for example "Cost center" or "Department", but I also need the description of that code "001" is, which is if it is Cost center, it would be the cost center name.
Can I just look to some table and join it ? and what is the key for the join.
Thanks,