Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dafnis14
Specialist
Specialist

"Bold is not a valid function" error

Hi,

After upgrade to SR12, a straight table displays an error message:

"Bold is not a valid function"

Did anyone encounter it?

I can't figure the source of it.

Thanks!

3 Replies
dafnis14
Specialist
Specialist
Author

I have managed to resolve the issue.

I found chart text expression with a function bold()

Maybe it was supported in previous versions.

I have replaced it with '<b>'.

jagan
Luminary Alumni
Luminary Alumni

Hi,

You have to give <b> for bold, <i> for Italic & <u> for underline.

From Qlikview help file:

Text Format

Edit the Text Format expression to enter an attribute expression for calculating the font style of text associated with the data point (For tables: text in the table cell for each dimension cell. The calculated text format will have precedence over table style defined in the Chart Properties: Style.) The expression used as text format expression should return a string containing a '<B>' for bold text, '<I>' for italic text and/or '<U>' for underlined text. Note that = is necessary before the string.

Hop this helps you.

Regards,

jagan.

dafnis14
Specialist
Specialist
Author

Hi Jagan,

Thanks..

I wasn't aware that in previous versions there was a function bold().

Just discovered it in charts that were designed by previous developers in my company.

Apparently, this function was supported up to ver.11 SR10.

Can't understand why Qlik replaced it with such unfriendly attributes.