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!!!