<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

TextOutput function for IBM Planning Analytics (TM1)

    TextOutput writes and generates a text file in the specified path. 

    Learn how to use TextOutput to write to a file in the TM1 logging folder.

    Where can the TextOutput function be used?

    TurboIntegrator

      Which TM1 Server version is the TextOutput function available for?

      Version 11 and 12

        What is the syntax for TextOutput?

        TextOutput(FileName, String1, String2, …StringN)​

        • FileName = Full path of the folder and name of the output file.​
        • String1, StringN = These are the value that we want to generate in the in the text file. 

        Relevant Functions