Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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 (3)
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; }