Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dimension line wrapping 3

Status
Not open for further replies.

jyash

IS-IT--Management
Dec 11, 2003
12
0
0
US
Hello all

i am using version 7.2. Is there anyway to keep wrapping of the dimesnion line (powerplay web exlorer on upfront) always on. Is the any setting so that by default it is wrapped whenever you browse a cube on the upfront.

Any suggestions are welcome.

TIA
Yash
 
You would need to customize your PPWeb environment by modifying one of the javascript files in the webcontent/ppweb folder.

The script file, dbdata.js, defines an array named "dimBarData". Within the array, the item "nowrap" is set to "true" by default. Perhaps setting this value to "false" (without the quotes) will give the desired results.
 
Nice tip - worth a star from me (and prompts me to consider learning java....)
[smile]

soi la, soi carre
 
Excellent tip!

By some chance of luck I am working with Cognos support regarding this very issue. This solution is simpler and works better than the solution Cognos support supplied me with. It works!
 

Another star from me.

I've had a response from cognos support that this request has 2 enhancement requests against it.

Saves me having to wait plus I've now got some happy users.

 
I have found this will not work after upgrading to 7.3. Instead, look at globaldata.js in the same path and change var dimbar_wrap = false;
to
var dimbar_wrap = true;

lex

soi la, soi carré
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top