cancel
Showing results for 
Search instead for 
Did you mean: 

Bold the dimension object value in Hyperlink tooltip

mhmohammed
Active Contributor
0 Kudos

Hello everyone,

We've a column in a table (in Webi), which has Document Linking applied. We used formula to build the tool tip, which is ="Analysis Dashboard for Project: " + [Project Key]

We'd like to bold just the [Project Key] value in the tool tip to be in Bold, how do we do that? I've seen different forums talking about just formatting regular text as bold using <b>Text to be in bold here</b> syntax, but that's not what I'm looking for. Please help.

Thanks,
Mahboob Mohammed

Accepted Solutions (1)

Accepted Solutions (1)

ayman_salem
Active Contributor
0 Kudos
mhmohammed
Active Contributor
0 Kudos

I don't know HTML, so the links that you sent me are quite scary. It'd be awesome if someone could just update the hyperlink code I posted in response to Denis' comments.

Thanks for your response!
Mahboob Mohammed

ayman_salem
Active Contributor
0 Kudos

Since "bold" in the tooltip requires more development effort, how about alternative solutions such as "TAB" or "CR".

.......

--- ex.: TAB. ------> +("Additional Analysis on Project:& #009;" +

--- ex.: CR ------> +("Additional Analysis on Project:& #013;" +

....

Note: between & # no sapce

mhmohammed
Active Contributor
0 Kudos

I guess, I can use this for now.

Thanks,
Mahboob Mohammed

Answers (2)

Answers (2)

mhmohammed
Active Contributor
0 Kudos

I understand <b> for bold, but does it bold a part of tool tip? I don't know html, so I'll need help to update the tool tip part of the below opendoc link, using <b>.

="<a href=\"../../opendoc/openDocument.jsp?iDocID=thisissamplecuid&sIDType=CUID&sType=wid&sRefresh=N&lsMpmEnter%20values%20for%20Project%20-%20Key%3A="+URLEncode(""+[Project - Key])+"\" title=\""+("Additional Analysis on Project: " + [Project - Key])+"\" target=\"_blank\" nav=\"doc\">Detail Dashboard</a>"

The text Additional Analysis on Project: [Project - Key] is the tooltip, I want just the [Project Key] to be in bold.

Thanks,
Mahboob Mohammed

denis_konovalov
Active Contributor
0 Kudos

so what happens when you try it this way ?
Do you have some screenshots to illustrate what you see vs. what you want ?

mhmohammed
Active Contributor
0 Kudos

Response to your 1st question: I just bold the [Project - Key] in the above code to bring your attention to that object name.

What I have? Tool tip of hyperlink shows, Additional Analysis on Project: P0483988
What I want? Tool tip of hyperlink to show, Additional Analysis on Project: P0483988

Does that help?

Thanks,
Mahboob Mohammed

denis_konovalov
Active Contributor
0 Kudos

Why is "formatting regular text as bold using <b>" not what you're looking for ?
What other bold are you looking for ?