Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to display few of the values in bold in chart.
How can I write expression in "Text Format " of that Dimension
Dimension |
Dimvalue1 |
Dimvalue2 |
Dimvalue3 |
Dimvalue4 |
Dimvalue5 |
Dimvalue6 |
In the Text Format option, type in '<b>' including the single quotes.
In the Text Format option, type in '<b>' including the single quotes.
see the attched image
and follow it for all dimension you want in bold
+ sign of each dimesion expand and use '<B>'
hope this helps
James, If i want to put bold only specific Values then, How?
You can't do it for specific words, it's all of the string or nothing.
James, It's possible. I got it Thanks for your help.. - anil
Could you post your solution?
Thanks.
Dimension + -- Text Format and then paste like below then it will work particularly names. =If(Dimensionality()=1 and sum(Sales) < 100,RGB(255,130,171),'')
Oh yes, I see. Thanks,