Width of Columns in Contributor

Post Reply
EP_explorer
Regular Participant
Posts: 221
Joined: Sat Dec 04, 2010 2:35 pm
OLAP Product: PAL
Version: 2.0.9
Excel Version: 2016

Width of Columns in Contributor

Post by EP_explorer »

Is it possible to manage of width of columns in cube in COntributor (version 10.1)?

When I create an apllication which contains a cube where users have to input data - width of columns in the cube are so narrow and it is very incovenient to input data (string for example). Can I put a parameter somewhere to set a minimum width of columns.
User avatar
rkaif
Community Contributor
Posts: 328
Joined: Fri Sep 05, 2008 6:58 pm
OLAP Product: IBM Cognos TM1
Version: 9.1 or later
Excel Version: 2003 or later

Re: Width of Columns in Contributor

Post by rkaif »

I havent tested it in 10.1 but there is a setting in the web.config file which allows you to set the column width

Look for the following in the web.config file:

Code: Select all

<add key="CubeviewerStringWrap" value="Enabled=true;MinCharactersToWrap=20;MaxDisplayCharacters=200;WidthOfWrapCell=50" /> 
Cheers!
Rizwan Kaif
EP_explorer
Regular Participant
Posts: 221
Joined: Sat Dec 04, 2010 2:35 pm
OLAP Product: PAL
Version: 2.0.9
Excel Version: 2016

Re: Width of Columns in Contributor

Post by EP_explorer »

No it doesn't do that I want. It is simply put features of showing strings which had already inputted.

But if you load an empty cube you see very narrow columns and it is very inconvenient to input strings - it is shifting to the second row after 1 or 2 letters.
Post Reply