There is a known limitation in SSAS where only the dimension itself and user-define heirarchies can have an "All" member label. There is a open Connect request with Microsoft to include this All label on each attribute in a dimension.
Because that won't happen in SSAS 2005 (or maybe not in SSAS 2008 either?), we need a good workaround in PAS to display (override) the attribute column header name with the appropriate attribute name.
For example, if I have three attributes in my Geography dimension, called "City", "State", and "Zip", at the All level for each of these attributes, PAS will display in the column headers: All Geography | All Geography | All Geography. As you can see, this is not very helpful.
I would like to find a way in PAS using the SDK to discover which attribute is on the report, and display it accordingly, eg. All State | All City | All Zip.
Is this possible?
Thanks
-Kory