Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create a text with different font in the same table box

Hi,

I need to create a table box in which some of the characters should be in 'bold' format.

For example : The first 5 characters of a text in the table box have to be bold.

xxxxxyyyyyy should be xxxxxyyyyyy.

Can anyone give me the solution for this?

Thanks,

Sankar

7 Replies
richardpayne
Creator
Creator

I am also interested in this. I have a small text box which I would like to bold a few words. I cannot seem to find a function to do this.

Clever_Anjos
Employee
Employee

I don´t think there´s a way to do this.

In a straight table, I would create two columns

1) Expression: LEFT(str,5) and TextFormat='<B>'

2) Expression: MID(str,5) and no textFormat

Clever_Anjos
Employee
Employee

I don´t think there´s a way to do this.

WORKAROUND:

In a straight table, I would create two columns

1) Expression: LEFT(str,5) and TextFormat='<B>'

2) Expression: MID(str,5) and no textFormat

Not applicable
Author

Hi Clever Anjos,

I tried your suggestion in a table box and it is not succeeded to display the text in "Bold".

Not applicable
Author

I agree with Clever.

I tried his way and it worked.


ERP Consulting
SAP ERP Consultants

Clever_Anjos
Employee
Employee

Hello Sankar,

You should create 2 columns, just like the example attached.

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.02.36.88/bold.qvw]

Not applicable
Author

When you create a text box, you can input a few things.

e.g.

='Todays Date' & today()

Have u guys tried the same with a different formula for bold and not bold text?

sorry abt the english Hmm