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

AsciiOutput function for IBM Planning Analytics (TM1)

    AsciiOutput writes data to a file to a directory the TM1 Server can access, using data sources from a cube, an ODBC source or no data sources at all. This feature can be used to export data to a third-party party platform that can read delimited text files like Excel or data warehouses, to reconcile or back up the data. The AsciiOutput function can also assist developers in troubleshooting their code logic.

    To export data using AsciiOutput, the data must be in string format. Use a function that converts a number to a string like NumberToString.

    Where can the AsciiOutput function be used?

    TurboIntegrator

      Which TM1 Server version is the AsciiOutput function available for?

      Version 11 and 12

        What is the syntax for AsciiOutput?

        ASCIIOutput(FileName)​

        • FileName = The full path and name of the file to be created. If the file path is not provided, the TM1 data directory is used.

        Relevant Functions