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: 
MatthewSmith
Contributor II
Contributor II

Sheet Background using Multi KPI - Styles CSS

I am currently using the Multi KPI visualization to set the background on some sheets using it's styles (CSS) function. 

I am using this to create a section of the top of the sheet which covers the width of the screen.

This object is now being deprecated so I am looking for an alternative.

I could use a layout container but this would leave gaps around the edges.

Is my only option to create a background image or is there another solution to achieve this?

For reference this is an example of the code I am using to set the colours: 

#grid-wrap.sheet-grid {
background: linear-gradient(180deg,
rgba(0,63,107,100) 0%,
rgba(0,63,107,100) 8.5%,
rgba(255,255,255,100) 8.5%,
rgba(255,255,255,100) 30%,
rgba(0,63,107,100) 100%);

Thanks

Labels (1)
1 Reply
Amit_Prajapati
Contributor III
Contributor III

Since the KPI object is being deprecated, we no longer have the option to apply additional CSS properties directly through any frontend object. As a result, the recommended approach is to develop a custom theme to incorporate custom CSS or UI design elements.

Qlik has also advised using custom themes, especially with the deprecation of the Multi KPI object, to maintain design flexibility and visual consistency.

 

https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/Extensions/Content/Sense_Extensions/c...