Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

Pivot table Bold Text

Hi Experts,

I have a pivot table  under Text Color Expression I have written this expression;

=if(wildmatch(BRAND,'SONY'),LightBlue())

Which changes the colour of status to Blue, I also want to make it Bold. How to do it? 

Any Please help!!

Thank you!!

1 Solution

Accepted Solutions
Purushothaman
Partner - Creator III
Partner - Creator III
Author

Sorry for the late reply. No, my problem was not resolved, Hence I used a extension: Vizlib Text Object. 

Thanks for asking!

 

View solution in original post

7 Replies
justISO
Specialist
Specialist

Hi. Without additional extensions I don't think that's possible

BrunPierre
Partner - Master
Partner - Master

@Purushothaman Try this under the Text Format Expression;

=if(wildmatch(BRAND,'SONY'),'<B>')

 

BrunPierre
Partner - Master
Partner - Master

@Purushothaman Did it solve your problem?

Purushothaman
Partner - Creator III
Partner - Creator III
Author

Sorry for the late reply. No, my problem was not resolved, Hence I used a extension: Vizlib Text Object. 

Thanks for asking!

 

gr_eldred
Creator II
Creator II

@Purushothaman good day,

How do you use that bold extension? Do you have the link to get this extension?

I have the same problem. 

thank you

 

 

anat
Master
Master

You can try using CSS script

.qv-pt .cell{ font-weight: bold; }

gr_eldred
Creator II
Creator II

I have the type of pivoting graph but it does not have the option to place a CSS script

Where did you do it?