Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
How do I set the caption of a dimension filter area
posted

Hi, how do I set the caption text of Row/Column filter are items. 

I can set the caption for measures like this (Amount is a measure):


<igOlap:DimensionMetadata
SourcePropertyName="Amount"
DisplayName="Transaction Amount"
DisplayFormat="{}{0:C2}"/>

but when I try the same thing with a non measure item used in rows and columns this setting has no effect:

<igOlap:DimensionMetadata 
SourcePropertyName="ProductName" 
DisplayName="CUSTOM CAPTION"/>

The filter are item still shows "ProductName". (I'm referring to the filter item which has the filter dropdown with the icon, not the row/column names which I can set with Hierarchy descriptors).

Thanks,

Roman