Page 1 of 1

TM1 WEB context area

Posted: Fri Jun 28, 2019 3:42 pm
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

Re: TM1 WEB context area

Posted: Fri Jun 28, 2019 3:50 pm
by Wim Gielis
You do have a dropdown (2 arrows) at the bottom right of the screen, no ?

Re: TM1 WEB context area

Posted: Fri Jul 12, 2019 1:28 pm
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 2614 times
Any suggestions?

Re: TM1 WEB context area

Posted: Wed Jul 17, 2019 1:28 pm
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.