Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to Put Border on KPI ?
The first Image is KPI, I want to put border in the KPI like the next image which is the Text in Qliksense. Please kindly assist.sample model attached.
Hi,
It's not possible with default kpi object.
You can use kpi extensions or you can add below lines to your theme's .css file.
.kpi-data .value-wrapper {
border: 2px solid black;
border-top: none;
}
.kpi-data .measure-wrapper {
border: 2px solid black;
border-bottom: none;
}
Whatever you are showing for month use same extension for KPI as well since direct native won't bring that feature just yet or else, I would strongly recommend you to start with Widget (To build you should aware HTML, CSS / Java script)
Put the KPI into a container, which by default has a soft grey border.
And under the container option, turn off tabs.