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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

Help in CSS

Hello got a pivot table with one dimension (columns) and several expressions
I managed to make the labels and the values of some expressions to be bold as they represent the total of other expressions:

ali_hijazi_0-1738226404313.png

I managed to accomplish this using the multi-kpi by adding the below  css "code":
tr[tid="data.row"]:nth-child(8) div {
font-weight: bold !important;
}

with this I managed to bold the third row "Internal" and so on
now I made a copy of the above pivot table but I added other row-dimensions and I wanted to keep the same styles; so what I noticed is that the multip-kpis had effect on the new pivot table but they worked well for the first set of expressions as per below:

ali_hijazi_1-1738226746983.png

so my question is how to make the bold consistent as per the first pivot table?

I can walk on water when it freezes
Labels (2)
0 Replies