Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
dhavalvyas
Contributor III
Contributor III

Dimension in bold letter

hi,

I am using different country name in my dimensions,but I want only one country is in bold letter format. can anyone share logic for it.

where to put logic for it.

4 Replies
devarasu07
Master II
Master II

Hi,

in your dimension, text format write expression like below

=if(Country='India','<B>')

and also you can do custom cell format (ctrl +G) just select specific country and apply format.

Capture.JPG

dhavalvyas
Contributor III
Contributor III
Author

Hi, Devarasu it is not working I have attached screen shot for same as below :Screenshot (31).png

dinuwanbr
Creator III
Creator III

Hi Dhaval,

This Bold feature is not working on Bar Charts. But you can do something like this.

Go to dimension and disable 'show legend'. then add an expression with the same dimension and then bold it.

See the Sample attached.

Rgds,

Tharindu

prieper
Master II
Master II

This Formatting works only on straight tables.

But you may change the "Background Colour" with similar logic (=if(country = 'japan', LIGHTRED())