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: 
suvechha_b
Creator III
Creator III

Border in KPI ?

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.

clipboard_image_0.png

3 Replies
mfarsln
Creator II
Creator II

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;
	
}

 

Anil_Babu_Samineni

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)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Michael_Collins
Contributor
Contributor

Put the KPI into a container, which by default has a soft grey border.

And under the container option, turn off tabs.

container.png