Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
tellmalaika17
Contributor II
Contributor II

Qliksense Background image

Hi,

I want to add a background image to my qliksense dashboard. Tried to google to get some information on this but I am still not clear on how this can be achieved.

Can someone please advise me on get an image in the background?

Thanks for your help.

Regards,

Malaika

14 Replies
Amy-M-Collins
Partner - Contributor III
Partner - Contributor III

I achieved this by changing the Styles (CSS).  I enable the custom sheet size option and added the below code to one of my objects in the Styles section.

element.style {
height: 839px;
width: 1266px;
top: 5px;
bottom: 5px;
}
.qv-panel-sheet.qv-custom-size #grid {
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
background:url(https://localhostexample/appcontent/image-id/Test.png);
background-repeat: no-repeat;
background-size: cover;
}

jpjust
Specialist
Specialist

Hi Amy, Can you please provide me an screen shot of that background image looks on a dashboard?

Thanks

Amy-M-Collins
Partner - Contributor III
Partner - Contributor III

Hi Jpjust, Please see below. I forgot to mention that I am using 'SimpleKPI' extension, that is how I get the Styles section, as seen below in the KPI #1 chart. 

In edit mode:

AmyMCollins_1-1649694643730.png

In View mode:

AmyMCollins_2-1649695050139.png

In the Styles Section of 'KPI 1' I have put:
.qv-panel-sheet.qv-custom-size #grid {
background:url(https://my-host-link/content/Default/Qlik_default_leaf.png);
background-size: cover;
}

I can create a blog post if this something you are interested in?

jpjust
Specialist
Specialist

Thanks Amy.

I think you probably downloaded the SimpleKPI extension from qlik branch?

So when you apply styles for kpi it just paints the background for the whole sheet?

 

Amy-M-Collins
Partner - Contributor III
Partner - Contributor III

Yeah, this is the one -> Simple KPI - Qlik Developer