Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am trying to add a background colour in my qliksense sheet . I have followed below steps :-
1) Took mult kpi and added ='' in measure and label of measure
2) In style section written below CSS code :-
.qvt-sheet {
background: #000000 !important;
}
I am able to get the background colour but it is not coming in my full sheet . Please see below :-
Can anyone please help me ?
Thanks in advance
Hello All,
I found the root cause. Since I am using extend sheet option , it is not colouring the background of the extended region . Not sure, how to include that part also in my CSS.