Skip to Content
0
Apr 30, 2018 at 04:20 PM

Customizing Dimension Filter Header Text

82 Views Last edit May 08, 2018 at 05:47 AM 2 rev

Hi Experts,

I am using Design studio 16.5.0 with BEX query as a backend source.

I have used the Dimension Filter Object, in its header, there’s a default text “text”. I need to replace this with my own text.

So far I’ve used the following CSS classes

.sapMLabel .sapUiSelectable

{

content: “My text” !important ;

}

But no success.

Any help ????

Thanks!!!