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: 
Sabrina_V
Partner - Creator II
Partner - Creator II

Change the green color for selected cells in pivot table

Hi Qlik Community,

I want to change with css th egreen color for selected cells in pivot table in Qliksense November 2022.

I try this script below (I change "st" per "pt"). It works perfectly for straight table but nothing happens for pivot table.

.qv-st-data-cell.qv-st-data-cell-selected-highlighted {
background-color: #4477aa;
border-bottom: 1px solid #c4bc47;
color: #fff;
}

.qv-st-data-cell.qv-st-data-cell-selected {
background-color: #4477aa;
border-bottom: 1px solid #c4bc47;
color: #fff;
}

 

Do you have any ideas or any script which works on the pivot table ?

Labels (1)
0 Replies