Hi at all...
is it possible to hide the button (marked in the pic) of the subset editor when using tm1 web?!
TM1 Version is 10.2
thx
Hide Subset Editor Button in TM1 Web?
Hide Subset Editor Button in TM1 Web?
- Attachments
-
- buttonsubseteditor.jpg (32.66 KiB) Viewed 4971 times
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Hide Subset Editor Button in TM1 Web?
By "hiding" the subset editor I take it you don't want the user to be able to change the selection. If that's the case why have a SUBNM formula in the cell to begin with? Just hard code your selection and then you don't have to hide anything which, BTW, I'm pretty sure you can't do (and by that I mean have a SUBNM formula in the cell but not let the user open up the subset editor by double-clicking on the cell).
-
- MVP
- Posts: 170
- Joined: Fri Dec 10, 2010 4:07 pm
- OLAP Product: TM1
- Version: [2.x ...] 11.x / PAL 2.0.9
- Excel Version: Excel 2013-2016
- Location: Germany
Re: Hide Subset Editor Button in TM1 Web?
Did you try to right click on file in Perspectives\Applications and uncheck the respective Display Selector box under Display Properties?
-
- MVP
- Posts: 3702
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Hide Subset Editor Button in TM1 Web?
What exactly do you want to do?
If you want the title filter to be a static value then as Tomok suggested you can just hard-code the cell so that it isn't selectable at all. You can also keep the SUBNM formula but block selection in TM1Web with the simple trick of concatenating a blank string in front of the SUBNM formula, e.g. =""&SUBNM(.. this will behave normally in Excel but be non-selectable in TM1 Web.
There are also application properties which are supposed to control the display of SUBNM cells on TM1 Web. I say "supposed" because from my testing with 10.2.2 FP2 it doesn't seem to work anymore in 10.2 like it did in 10.1 The overall "display title element selectors" does seem to work as if this is unchecked then SUBNMs for the websheet are all static in TM1 Web. However the individual title element on/off no longer work in 10.2 from my testing as if a box in unchecked the SUBNM behaves as normal in TM1Web. Disappointing that basic things like this seem to slip through IBM's regression testing but no big loss if you ask me as the concatenating a blank string to the SUBNM is easier to implement and control anyway.
It is an inbuilt feature of the subset editor display in TM1 Web that the initial display is a simple list box selection of the subset with the option to launch the advanced subset editor to change the selection to a member outside of the initial set. You can't turn this off. If you want the user to be able to make a selection but not have the full subset editor then your options are to use excel cell validation or use a TM1 picklist rather than a subset.
If you want the title filter to be a static value then as Tomok suggested you can just hard-code the cell so that it isn't selectable at all. You can also keep the SUBNM formula but block selection in TM1Web with the simple trick of concatenating a blank string in front of the SUBNM formula, e.g. =""&SUBNM(.. this will behave normally in Excel but be non-selectable in TM1 Web.
There are also application properties which are supposed to control the display of SUBNM cells on TM1 Web. I say "supposed" because from my testing with 10.2.2 FP2 it doesn't seem to work anymore in 10.2 like it did in 10.1 The overall "display title element selectors" does seem to work as if this is unchecked then SUBNMs for the websheet are all static in TM1 Web. However the individual title element on/off no longer work in 10.2 from my testing as if a box in unchecked the SUBNM behaves as normal in TM1Web. Disappointing that basic things like this seem to slip through IBM's regression testing but no big loss if you ask me as the concatenating a blank string to the SUBNM is easier to implement and control anyway.
It is an inbuilt feature of the subset editor display in TM1 Web that the initial display is a simple list box selection of the subset with the option to launch the advanced subset editor to change the selection to a member outside of the initial set. You can't turn this off. If you want the user to be able to make a selection but not have the full subset editor then your options are to use excel cell validation or use a TM1 picklist rather than a subset.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 8
- Joined: Thu May 07, 2009 2:10 pm
- Version: 8.4
- Excel Version: 2007
Re: Hide Subset Editor Button in TM1 Web?
If the purpose is to restrict the user to select only the elements that you want then you can make another dimension containing only those elements. In your worksheet you can use the new “smaller” dimension to reference the original dimension.