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

Announcements
Discover how organizations are unlocking new revenue streams: Watch 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

}