KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Remove headers from PivotMatrix #210

Open Gary opened this topic on on Feb 2, 2018 - 3 comments

Gary commented on Feb 2, 2018

Hi there, is it possible to remove the blue filters in header section of PivotMatrix? On my Povots they dont actually do anything except take screen space so would like to hide them if possible?

KoolReport commented on Feb 2, 2018

Those blue ones are the measurement, for example in this pivot there are two measurement: Total Sales and the Number of Sales and currently only Tota Sales is active, the Number of Sales is in the waiting list on top of pivot. If you drag the NUmber of Sales to the measurement area, the pivot will show result of Number of Sales as well. If you do not need to Number Of Sales you may remove it in the settings of Pivot.

David Winterburn commented on Feb 5, 2018

Hi Gary,

If you only want to hide those blue fields, please add the following css rule to your page or to pivot/assets/PivotMatrix.css:

.krpmDataField {
  display: none;
}
Gary commented on Feb 5, 2018

Thanks David, that certainly works, cheers

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

Pivot