TM1 WEB context area

Post Reply
rihab
Posts: 4
Joined: Thu Sep 29, 2016 9:09 am
OLAP Product: TM1 in memory
Version: 10.2
Excel Version: 2010

TM1 WEB context area

Post by rihab »

Hi All,

I have an issue here when i'am opening one of the cube view with 13 dimensions on the web , i cannot see all the dimension on the context menu,

so i want to know if there is away (parameter) that i can resize the drop area so that i can see the all hidden dimensions.

regards
Rihab
Wim Gielis
MVP
Posts: 3113
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: TM1 WEB context area

Post by Wim Gielis »

You do have a dropdown (2 arrows) at the bottom right of the screen, no ?
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
rihab
Posts: 4
Joined: Thu Sep 29, 2016 9:09 am
OLAP Product: TM1 in memory
Version: 10.2
Excel Version: 2010

Re: TM1 WEB context area

Post by rihab »

Hello wim,
As you can see in yellow, i must open the arrow to see other dimensions, so this is my problem.

I want to see all dimension in the same area like Architect, i don't want to open the arrows in every time
ss.PNG
ss.PNG (25.87 KiB) Viewed 2234 times
Any suggestions?
Drg
Regular Participant
Posts: 159
Joined: Fri Aug 12, 2016 10:02 am
OLAP Product: tm1
Version: 10.2.0 - 10.3.0
Excel Version: 2010

Re: TM1 WEB context area

Post by Drg »

you can change class

Code: Select all

.tm1webHidden {
display: none !important; <--change this 
}
In flat.css on default themes(flat)

BUT i do not find how show horizontal scroll tab. Maybe some one skilled find the solution.
Post Reply