Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Please add muli kpi object and in section Apperance -> Styles add the css code what I send you
You can try with css using multi KPI object
.qv-pt .meta *{
display:none;
}
Thanks for fast reply, but i don't see in KPI possibility to add multiple dimensions like in pivot table.
Please add muli kpi object and in section Apperance -> Styles add the css code what I send you
and refresh the page F5
@saso70 Thanks a lot! 🙂