cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC live report - column width adjustment

former_member587742
Participant
0 Kudos

Hi experts,

When opening a web (live) report, the width of the columns is preset to 110px.

But our customer needs to see whole dimension ID and description, and not to adjust the column every time it starts.

Has anybody played a bit with these settings?

Many thanks,

Tomas.

We have come to the CSS file via SE80, but it seems that the CSS settings are overruled later by json or other object.

View Entire Topic
former_member587742
Participant

Hi Vadim,

we got it worked!

The key was the correct naming of the css class:

html[class*="goldreflection"] .sapEpmUiControlsAnalyticGrid .labBookGridTable {
width:auto !important;
}

html[class*="goldreflection"] .gridColumnHeader {
width:auto !important;
}

former_member186338
Active Contributor
0 Kudos

Good finding! May be you can provide configuration details that other users can implement?

May be you can write a blog 🙂