Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In our application we are using pivot table to create plant structure as hierarchy tree. It look good when it’s narrow, but with more wide view column headers start to appear. Is any possibility to hide headers permanently?
Please add muli kpi object and in section Apperance -> Styles add the css code what I send you
You can try with css using multi KPI object
.qv-pt .meta *{
display:none;
}
Thanks for fast reply, but i don't see in KPI possibility to add multiple dimensions like in pivot table.
Please add muli kpi object and in section Apperance -> Styles add the css code what I send you
and refresh the page F5
@saso70 Thanks a lot! 🙂
From where that css property ?? I am unavailable to find that in the post.
Hi @Rahul_123 ,
Multi KPI will be completely removed from both platforms by November 2025. Dashboards using it will still work until then, but it's a good time to start planning your migration.
Also, note that Sheets offers a style option in QlikSaas — check the post below for more details.
This works (Qlik Cloud where sheet can hold custom CSS)
.ng-scope .headerRows, .ng-scope [ng-repeat="row in grid.headerRows"] {
display: none !important;
}