Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make single field bold

Hello everyone,

I have following Table,

G1G2GtotalMonth
257Apr
325May
415Jun
549Jul

I want to make bold only Gtotal Field and its value.Could anyone provide me the syntax to bold this field to put in text format of the expression.

Thanks in advance    

1 Solution

Accepted Solutions
its_anandrjs

Then try like

if(Project = 'Gtotal', '<B>')

By click plus sign in Text format option of the expression.

View solution in original post

7 Replies
its_anandrjs

For this use option Custom Format Cell and right click on the chart column for that and from option Custom Format Cell you change column as bold and check this option is enable or not from Properties >> User preference >> Design >> and enable Always Show Design Menu Items.

Anonymous
Not applicable
Author

Hi,

Go to chart properties --> expression tab --> click on "+" sign --> go to Text Format --> '<B>'

bold.JPG.jpg

its_anandrjs

And there is another option by click on plus sign in expression and write '<B>' or '<I>' B for Bold and I for Italic

ColFormat.png

And even you use

For Italic <I>

For Bold <B>

For Underline <U>

Not applicable
Author

ProjectAprMayJun
G1298
G2361
Gtotal5159
A1854
A2642

Sorry guys I want to make change in the table which I shared,The table is like above where issue is to bold Gtotal which sum the value of G1 and G2 in excel ,so this row must be bold.

aveeeeeee7en
Specialist III
Specialist III

Use '<B>'

or custom Format Cells.

For Custom Format Cell do the following Setting:

1. Ctrl+Shift+U   or Simply Go to Settings > User Preferences and then move to Design Tab > Check the Option "Always Show design Menu Items" > The Chart on which you have to make the Colored rows > Right Click on it > There you see the Option Custom Format Cells > From there you can change colors, format, etc.

CustomFormat.png

Custom.png

Bold Custom.bmp

Regards

Aviral Nag

Not applicable
Author

It's also worth saying bhawna, if you are just looking to bold the expression, either of the two above will work for you.

However if the bold needs to be applied based on a criteria, the text format from the expression will need to be used

hope that helps

Joe

its_anandrjs

Then try like

if(Project = 'Gtotal', '<B>')

By click plus sign in Text format option of the expression.