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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

MAKE DATA BOLD

I have a pivot table with following data

Des        Act     Bud

Sales     100     200

Gr_profit   80     150

Exp         20        50

Net Profit 60        100

I want to appear above two rows appear in bold color. Pls help me to achieve it

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

The same formula you have to apply for both expressions also.... Kindly check my first reply...

For all your dimensions and expressions, expand and get the Text Format by clicking the + sign and write below expression

View solution in original post

6 Replies
MK_QSL
MVP
MVP

For all your dimensions and expressions, expand and get the Text Format by clicking the + sign and write below expression

=IF(Des = 'Gr_profit' or Des = 'Net Profit','<B>')

Capture.PNG.png

upaliwije
Creator II
Creator II
Author

Tks Manish

That will surely make text  bold but not figures

MK_QSL
MVP
MVP

The same formula you have to apply for both expressions also.... Kindly check my first reply...

For all your dimensions and expressions, expand and get the Text Format by clicking the + sign and write below expression

Not applicable

You can put the same function under the expression tab.

Give it a try.


engishfaque
Specialist III
Specialist III

Dear Upali,

Check this one,

Regarding using bold in script

Kind regards,

Ishfaque Ahmed

upaliwije
Creator II
Creator II
Author

Thanks all