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: 
krmvacar
Creator II
Creator II

Pivot table dimension cell value text bold

Hi all,

I want the values in pivot table dimension to appear as bold and ı try css but ıts not workıng.

.qv-pt-data-cell-dimension-value{
font-weight: bold;
}

can you help me?

Labels (2)
2 Replies
anat
Master
Master

may be below link will help to do some format changes in pivot table.

https://www.youtube.com/watch?v=9lhL3Nrel5Q

krmvacar
Creator II
Creator II
Author

Thanks for the answer, I watched. I can make all lines bold, but unfortunately I can't just make the dimensions.

 

.qv-pt .cell{ font-weight: bold; }