Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

Different colors on KPI Title

Hi Community,

is there any possibility different colors on KPI Title?

I have two KPI's - I have applied light blue color for Title, users requirement different colors for KPI's.

.qv-object .qv-object-title{
background-color: rgba(191, 217, 255,0.5);
padding:3px;
}

/*qv-object-title-text*/
.qv-object .qv-object-title-text{
font-family:Sans-serif, Arial;
padding-left:20px;
height:20px;
font-size:16px;
letter-spacing: 1px;
}

qv_testing_0-1608898924580.png

Thanks in Advance!

 

Labels (1)
7 Replies
Anil_Babu_Samineni

Looks like you are doing some custom, IF this is extension may be find out the object ID and based on that generate another CSS ?

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
qv_testing
Specialist II
Specialist II
Author

Yes, I do make some custom visual level for user need.

If we have any chance to map the object id level - that would be great.

Anil_Babu_Samineni

Are you using extension? If not, not possible. But it's difficult to pay attention to keep multi colors for single extensions. I would rather suggest to use widget.

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
qv_testing
Specialist II
Specialist II
Author

Using Widget, can we change Title colors for particular KPI Title ?

If yes, could you please provide example ?

Anil_Babu_Samineni

I can say yes, But before offer something i would like to know what and all you want to include in the KPI?

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
qv_testing
Specialist II
Specialist II
Author

Thanks for your quick response!

Only I need different title background color for KPI objects. 

for example: 1 KPI title should be green and another KPI title should be different color.

Anil_Babu_Samineni

Check this once : https://help.qlik.com/en-US/sense-developer/November2020/Subsystems/Extensions/Content/Sense_Extensi... If you have any doubts regarding web skills I can help you..

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