Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Specialist
Specialist

change background colour in Qliksense sheet

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 :-

Aspiring_Developer_0-1660656041773.png

Can anyone please help me ?

Thanks in advance

Labels (1)
1 Reply
Aspiring_Developer
Specialist
Specialist
Author

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.

@saso_1970 @hic