Why would an application developer use a DB () function in an internal cube reference?
A. To nest another function into it.
B. To format data in a cube.
C. To clear data in a cube.
D. To display an alias.
Some users would like to display an account using the account name followed by the account number. Other users would like to display only the account name.
Which option should the application developer use to satisfy both requirements?
A. Create a text attribute for each requirement.
B. Define an alias for each requirement.
C. Define two alternate hierarchies.
D. Create two dimensions that link to each other.
The application developer created a rule to apply to all elements in a dimension yet the result does not appear.
Which of the following would have caused this?
A. A rule impacting this dimension exists above it.
B. A rule impacting elements in this dimension exists above it.
C. A rule impacting this dimension exists below it.
D. A rule impacting elements in this dimension exists below it.
Why should an application developer give a lookup cube name a prefix?
A. To identify it as a lookup cube to TM1.
B. To identify it as a lookup cube to users.
C. To identify it as a lookup cube to other cubes.
D. To prevent other cubes from having the same name.
An application developer created a script to load data into a cube using the TI tabs. He needs to edit the script that will update the cells of the cube.
Which of the following TI scripts contains this function?
A. Prolog
B. Metadata
C. Data
D. Epilog
When executing a script to load data into the Reporting cube, the application developer must manually indicate which year the data represents.
Which of the following should be applied to the script?
A. Variables
B. Parameters
C. Metadata
D. Attributes
An application developer would like to modify a TI process created to build a dimension using an ODBC data source. Logical statements must be added to the Metadata script.
What must be done to this process before modifying the scripts?
A. Copy the statements inside the generated statement area.
B. Copy the statements below the generated statement area.
C. Copy the statements to the Data tab.
D. Copy the statements to the Prolog tab.
Why is the same error generated from TI processes repeated multiple times?
A. The TI process was executed more than one time.
B. The chore was executed more than one time.
C. The TM1 server ran the process for each cell in the cube.
D. The script in the process ran for each row in the source.
When should an application developer turn on Enable Cube Logging in a Turbo Integrator process?
A. When a cube is created.
B. When changes are made to a cube.
C. When changes are made to a script.
D. When a script is created.
Why would an application developer create a formula in a variable?
A. To write data to a data source.
B. To delete data from a data source.
C. To combine two columns from the source.
D. To remove two columns from the source.