Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
How to add background colour to Qlik-sense sheet? Is there any formula?
Please assist.
Thanks in Advance.
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.
To add a background color to a Qlik Sense sheet, you can follow these steps:
There is no formula required to add a background color to a Qlik Sense sheet, as it can be done through the user interface.
Hi, Thanks for your response...
I couldn't see "Appearance" tab in the sheet...
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; }