Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All @Vegar @rubenmarin
i want to format the straight table field name to bold and background colour to red in QLiksense how can i achieve this ?
CSS can't be added to a formula like that.
Multi KPI object extension allows you to add CSS (or a 3r'd party extension like https://github.com/alner/qsSimpleKPI - example below)
Not possible natively but only thru CSS.
Are you using SaaS or on Premise version?
On prem version
What is alternative way to do this .?
Depends on the version but you may still have the MultiKPI object.
There is part where you can add CSS script (somehere at the bottom)
Not sure if this is worth it as yoou need to keep the object on the page anyway
You can try as well:
https://community.qlik.com/t5/Member-Articles/Top-10-Viz-tips-part-IX-Qlik-Connect-2025/ta-p/2509324
@Patric_Nordstrom solution
Like this?
CSS Styling is applied to sheet under Sheet/Styling/Custom styles.
Paste below code -
.sn-table-cell.sn-copy-cell {
background-color: red;
font-weight: bold;
color: white; /* Optional: white text for better contrast on red background */
}
Hi i tried below but no luck
giving garbage error
This only works in cloud version.
IS Styling on the Sheet
Find MultiKPi object and tray to add that code there
CSS can't be added to a formula like that.
Multi KPI object extension allows you to add CSS (or a 3r'd party extension like https://github.com/alner/qsSimpleKPI - example below)