tm1odataimport Node Properties
![]() |
The IBM Cognos TM1 source node imports data from Cognos TM1 databases. |
tm1odataimport node properties |
Data type | Property description |
---|---|---|
credential_type
|
inputCredential or storedCredential | Used to indicate the credential type. |
input_credential
|
list | When the credential_type is inputCredential ; specify the
domain, user name and password. |
stored_credential_name
|
string | When the credential_type is storedCredential ; specify the
name of credential on the C&DS server. |
selected_view
|
["field" "field"] | A list property containing the details of the selected TM1 cube and the name of the cube view
from where data will be imported into SPSS. For example:
TM1_import.setPropertyValue("selected_view", ['plan_BudgetPlan', 'Goal Input'])
|
is_private_view
|
flag | Specifies whether the selected_view is a private view. Default value is
false . |
selected_columns
|
["field" ] | Specify the selected column; only one item can be specified. For example: setPropertyValue("selected_columns", ["Measures"])
|
selected_rows
|
["field" "field"] | Specify the selected rows. For example: setPropertyValue("selected_rows",
["Dimension_1_1", "Dimension_2_1", "Dimension_3_1", "Periods"])
|
connection_type
|
AdminServer TM1Server
|
Indicates the connection type. Default is AdminServer . |
admin_host
|
string | The URL for the host name of the REST API. Required if the connection_type
is AdminServer . |
server_name
|
string | The name of the TM1 server selected from the admin_host . Required if the
connection_type is AdminServer . |
server_url
|
string | The URL for the TM1 Server REST API. Required if the connection_type is
TM1Server . |