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

StringToNumberEx function for IBM Planning Analytics (TM1)

    StringToNumberEx converts a string value into a number based on a specified decimal and the thousand separator.

    In this video, StringToNumberEx will be used to convert a string variable into a number to 4 decimal places. The decimal character will be set to a full stop, while the thousands operator will be set to a comma.

    Where can the StringToNumberEx function be used?

    TurboIntegrator

      Which TM1 Server version is the StringToNumberEx function available for?

      Version 11 and 12

        What is the syntax for StringToNumberEx?

        StringToNumberEx(String, DecimalSep, ThousandsSep)

        • String = any String​
        • DecimalSep = Decimal separator to be used in the output​
        • ThousandsSep = Thousands separator to be used in the output

        Relevant Functions