cancel
Showing results for 
Search instead for 
Did you mean: 

WIB: change column width and text of data column in planning layout

Former Member
0 Kudos

Hello experts,

I created several planning layouts and use them among themselves in a web interface. Now the problem is that every planning layout is different in the width of the columns. It doesn't look very nice. Is it possible (in planning layout or WIB) to change the column width of the planning layout so that every planning layout has the same width?

Beyond I have a problem with the text in the data column in planning layout. In data column I put fiscal year. As table head for the data column I use the variable of fiscal year. If I exeute the planning layout, fiscal year will display but only the discription (e.g. Jan. - Dec. 2007). Is it possible to display the key of the key figure fiscal year (e.g. 2007) and not the description (Jan. - Dec. 2007)?

Many thanks for your help.

Friedrich

View Entire Topic
Former Member
0 Kudos

Hello Friedrich,

you can also change the columns with the CSS-Stylesheet. For this go in web interface builder to MIME-Objects (CTRL+F5) and select "CSS Template import". Stylesheet "custom.css" will created. Now you have to select all classes which are responsible for columns (e.g. lead column -> look for lead). If you found all classes then implement "width:5em;" for each class. Now the columns will be changed.

Hope this helps.

Adelina

Former Member
0 Kudos

Hello Adellina,

I did what you described, but if I exit web interface I can not see any changes. What could be the problem?

Thanks.

Friedrich

Former Member
0 Kudos

Hello Friedrich,

go in your web interface in the component page to the field 'additional css file' and select your created css-file.

Adelina