Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
krzohi
Contributor III
Contributor III

Hide pivot table headers

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?

 

krzohi_0-1657704879196.png

 

Labels (2)
1 Solution

Accepted Solutions
saso70
Partner - Creator II
Partner - Creator II

Please add muli kpi object and in section Apperance -> Styles add the css code what I send you

saso70_0-1657706951195.png

 

View solution in original post

8 Replies
saso70
Partner - Creator II
Partner - Creator II

You can try with css using multi KPI object  

.qv-pt .meta *{
display:none;
}

krzohi
Contributor III
Contributor III
Author

Thanks for fast reply, but i don't see in KPI possibility to add multiple dimensions like in pivot table. 

saso70
Partner - Creator II
Partner - Creator II

Please add muli kpi object and in section Apperance -> Styles add the css code what I send you

saso70_0-1657706951195.png

 

saso70
Partner - Creator II
Partner - Creator II

and refresh the page F5

krzohi
Contributor III
Contributor III
Author

@saso70 Thanks a lot! 🙂

Rahul_123
Partner - Contributor II
Partner - Contributor II

From where that css property ?? I am unavailable to find that in the post.

Amit_Prajapati
Creator
Creator

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.

Qlik Update for Developers & Designers 

Lucke_Hallbergson

This works (Qlik Cloud where sheet can hold custom CSS)

.ng-scope .headerRows, .ng-scope [ng-repeat="row in grid.headerRows"] {
display: none !important;
}

Lucke_Hallbergson_0-1760080540445.png

Lucke_Hallbergson_1-1760080569829.png