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: 
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

5 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! 🙂