Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
When you select a TM1 cube view as a data source in a drill-through, TM1 will automatically add some code to your TI drill-through process. The code which gets inserted is the TurboIntegrator function:
ReturnViewHandle('Cube','View')
This function gets inserted above or below the generated statements area, which is located on the Epilog sub-tab of the Advanced tab in the TurboIntegrator window.
Generated statements
You will recall from previous chapters of this book that a TI process includes four procedures that are executed one or more times in a sequence. Each of these sections (procedures) contains TM1 generated statements that are created for you automatically based on options you select elsewhere in the TI window.