Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
D_SARANYA5
Contributor
Contributor

Background Sheet colour

Hello all,

How to add background colour to Qlik-sense sheet? Is there any formula?

Please assist.

Thanks in Advance. 

Labels (1)
4 Replies
Or
MVP
MVP

You can set this in the sheet properties, under styling.

Note that this is available in the February 2023 version but not in earlier QS versions.

sarafoster
Contributor
Contributor

To add a background color to a Qlik Sense sheet, you can follow these steps:

  1. Open the Qlik Sense sheet that you want to add the background color to.
  2. Click on the "Edit" button in the top right corner of the screen.
  3. In the "Appearance" tab, select "Background color" and choose the desired color.
  4. Click on "Apply" and then "Save" to save the changes.    MyGeorgiaSouthern

There is no formula required to add a background color to a Qlik Sense sheet, as it can be done through the user interface.

 
D_SARANYA5
Contributor
Contributor
Author

Hi, Thanks for your response...

I couldn't see "Appearance" tab in the sheet... 

D_SARANYA5_0-1678356833817.png

 

 

antose
Partner - Creator II
Partner - Creator II

Hello!
If you don't see it, you have an older version of QS. But you can always add a Multi-KPI and change the properties "Styles (CSS)"

Example (Njppmp=my id on the Multi-KPI where I have the CSS code)
The first part sets the color, the second part makes the KPI object invisible when I exit Edit mode

#grid-wrap.sheet-grid {
background: #0D47A1;
}

div[tid="Njppmp"] .qv-object-qlik-multi-kpi
{ display:none; }
div[tid="Njppmp"] .qv-mode-edit .qv-object-qlik-multi-kpi
{ display:flex; }