Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
chriys1337
Creator III
Creator III

Table / Pivot header with two fonts or colors - possible?

Hi,

I am having a Pivot table, where I would like to  differentiate (the style of) my two parts of the header.

I would like to have the "Continued Business" as it is, BUT the string in the brackets I would like to use another Font Style / Size or Color. Is this possible? As my expression looks like this:

='Continued Business' & ' (w/o remaining Business II)'

Thx for your help

1 Solution

Accepted Solutions
marcus_sommer

It's not possible but maybe you could highlight it in this way:

= upper('Continued Business') & ' (w/o remaining Business II)'

- Marcus

View solution in original post

4 Replies
Anil_Babu_Samineni

Don't think so

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni

If those are constant may be place 2 text objects if work around needed

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
marcus_sommer

It's not possible but maybe you could highlight it in this way:

= upper('Continued Business') & ' (w/o remaining Business II)'

- Marcus

chriys1337
Creator III
Creator III
Author

Thank you both, for your help. I have highlighted it with the upper function .