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

NumberToStringEx function for IBM Planning Analytics (TM1)

    NumberToStringEx converts a numeric value into a string based on a specific numeric format string, specified decimal separator and specified thousands separator.

    In the video, learn how to use NumberToStringEx to convert values to three decimal places with a dot as the decimal separator and comma as the thousands separator.

    Where can the NumberToStringEx function be used?

    TurboIntegrator

      Which TM1 Server version is the NumberToStringEx function available for?

      Version 11 and 12

        What is the syntax for NumberToStringEx?

        NumberToStringEx(Value, NumericFormat, DecimalSep, ThousandsSep)

        • Value = any real number​
        • NumericFormat = TM1 numeric format string e.g. #,0.## ​
        • DecimalSep = Decimal separator to be used in the output​
        • ThousandsSep = Thousands separator to be used in the output

        Relevant Functions