Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want an alternative option for Multi kpi css for table header colors using html ,css..
Can you any idea or extensions to use...
@marksouzacosta @hugo_andrade @Lech_Miszkiewicz
#html #CSS
I always go with the built-in options which in this case from Nov-2025 version is:
Custom CSS styling for sheets
i will never recommend extension as i see it as recipe for disaster long term!
cheers
Is there any way to do changes in Nov 2024 qliksense enterprise..
@Lech_Miszkiewicz @marksouzacosta
I dont see natively supported option other than sticking to Multi KPI until you upgrade to Nov 2025 and then switching gradually to the option I suggested. I thing I have not tested but would love to is whether you could export MultiKPI extension and keep it as a backup so you could keep using it once you upgrade to Nov 2025 giving you time to slowly move to fully supported solution.
At this stage I dont have working environment where I could test it so maybe someone who has could comment on this.
cheers
Hi @Divine_rider ,
We are applying these settings using custom themes.
What are the specifics that you are trying to achieve? Maybe we can help you create your theme for it.
Live and Breathe Qlik & AWS.
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
hi @hugo_andrade ,
i am looking for table header custom themes in straight table & pivot table using custom css ,html without use of multi kpi for qlik application.
@hugo_andrade thanks for the reply !
I'm attaching a custom theme for you, and adding an image of the result on a brand-new app.
You should extract the zip folder and modify the theme.css file to match the colors that you want.
Then zip it again and upload as a theme on Qlik Sense or Qlik Cloud.
Let me know how that goes! If my answers help, please mark it as Solution and leave a like.
Thanks
/* For Straight Table header */
.sn-table thead th {
background-color: #000000;
color: #ffffff;
font-weight: bold;
}
/* For table Cells */
.sn-table tbody td {
border: 2px solid black !important;
}
Live and Breathe Qlik & AWS.
Follow me on my LinkedIn | Know IPC Global at ipc-global.com