TeamOne feature list
On this page we tried to list the main TeamOne features and explain them briefly. Please refer to TeamOne documentation where you can find more information including live examples.
Querying TM1 data
There are several ways how you can bring TM1 data directly to Google Sheets:
=TEAMONE() formula - the easiest and fastest way to query TM1 data with no technical skills, for instance you don't need to specify TM1 dimension or hierarchy names, you don't have to specify even all the dimensions, one formula can be used to bring a whole slice of data:
tm1data task. Use an existing cube view, custom MDX or specify directly dimensions/elements to export TM1 data in one click:
TeamOne Explorer. Similarly to a cube viewer in TM1Web or PAW, you can use TeamOne sidebar UI to build TM1 explorations and see the data directly in the sheets grid:
Writing data back into TM1
- tm1import task can be used to import Google Sheets data back into TM1:
Comparing data
- tm1datacompare task allows comparing of an existing tm1data task query results (a TM1 view, MDX or specified dimension elements\subset) in the same or different tm1 environment.
A good use case would be to see if there is any data discrepancy "Before vs After" a release deployment or to compare data between 2 cubes from the same or different environments:
TM1 processes
On the Processes tab of TeamOne sidebar you see TM1 processes in the selected TM1 server:
You can also:
- execute processes
- rename or delete processes
- compare code between 2 environments
- deploy processes
Use the Target environment dropdown to select the second environment.
The processes can also be easily added as tm1process tasks
tm1process task
tm1process task is used to run TI processes by specifying the process name, parameters and values directly in Google Sheets. By adding multiple tasks you to create one-click automations for different TM1 routines:
TM1 no code development
You can create, update and localize TM1 cubes, views, dimensions, hierarchies, elements, attributes and subsets without single line of code.
You can manipulate with subsets expressions using MDX mods instead of the actual MDX. For instance, compare this MDX expression:
{FILTER( {TM1FILTERBYLEVEL( {TM1DRILLDOWNMEMBER( {[Period].[Period].[FY2022],[Period].[Period].[FY2023]}, ALL )}, 0 )}, [Period].[Period].[quarter] = "Q3" )}
to the equivalent expression using MDX mods:
FY2022,FY2023>>expand>>level=0>>quarter=Q3
wildcard expressions are supported as well:
FY20*>>descendants>>level=0>>status=OP?N>>first=5
TM1 code
And you can even write and execute TI code directly in Google Sheets. You can use multiple prolog, epilog and comment blocks
Or you can use the built-in TM1 console:
User and group management
You can manage all your users and groups on a single sheet and TeamOne can sync it automatically with TM1:
For existing models TeamOne can genegate such security sheet for you and populate it with the existing users and groups.
Or you can edit users manually:
You can see who is online, disable, enable, log off and delete users:
You can even copy security groups between users:
Use integrated TM1 top console to see what exactly is happening and cancel user session threads:
Object security
You can define/document object security directly in Sheets, including cube security, dimension security, element security, application security, process security.
You can define TM1 objects on the rows and security groups on the columns. You can use one object per row or comma delimited list, or wildcard expression or MDX mods or real MDX or even mix all together:
Search TM1 model
You can open TM1 Model search screen from the main menu to search across TM1 cubes, processes and chores:
TM1 Message log
On the Logs tab of TeamOne sidebar you can see and search TM1 server message log. By default the last 100 messages will be fetched, though you can easily change this number. For error messages you can open and see the error details file if available:
Compare models
Using TM1 Model compare screen can compare 2 TM1 servers sides by side:
and see the exact difference for model for processes, chores, rules and views:
Deployments
You can select and promote multiple objects between the environments in both directions:
Succeedium® TeamOne 2022 | Privacy Policy | Terms Of Service