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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
GabrielOtet
Contributor III
Contributor III

Hide first header collumn Pivot - Remove de Collumn

Hi all,

 

I have a problem with getting less space into my overview.

For the Pivot table, there I can get rid of the filters but I cannot finish it.

I have eliminated the filters themself (blue square) with inserting into the .css file the following expression:

.qv-pt-meta-button {

     display: none !important

}

Now, I cannot eliminate the extra row that is remaining after (red square) is there a method that can be used to do it? Does anyone has the same problem and solved it?

Pivot Filter.png

Labels (1)
1 Reply
Calegari
Contributor
Contributor

 

 

.left-meta-headers,.top-meta-headers, .qv-pt-meta-button{

display: none !important

}