Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to give background color to table header in qliksense dashboard?
You will have to add custom css using a multi-kpi object
Here is the css for formatting the title of an object
div[tid="objectID"] .qv-object-title{
background:blue!important;
color:white!important;
}
instuctions on how to get the objectID and how to apply custom css using the MultiKPI object are explained in this video
https://www.youtube.com/watch?v=PnsTJla7N4c
You will have to add custom css using a multi-kpi object
Here is the css for formatting the title of an object
div[tid="objectID"] .qv-object-title{
background:blue!important;
color:white!important;
}
instuctions on how to get the objectID and how to apply custom css using the MultiKPI object are explained in this video
https://www.youtube.com/watch?v=PnsTJla7N4c