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 ?