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

OnMinorErrorDoItemSkip function for IBM Planning Analytics (TM1)

    OnMinorErrorDoItemSkip instructs the process to skip to the next record when a minor error is encountered.

    In this video, OnMinorErrorDoItemSkip will be used to show its impact when a minor error is encountered.

    Where can the OnMinorErrorDoItemSkip function be used?

    TurboIntegrator

      Which TM1 Server version is the OnMinorErrorDoItemSkip function available for?

      Version 11 and 12

        What is the syntax for OnMinorErrorDoItemSkip?

        OnMinorErrorDoItemSkip = N;

        • ​​N = 0 means to continue to the next record and 1 means to skip the next record

        Relevant Functions

        • MinorErrorLogMax = Sets the maximum number of minor errors written in the TM1 process error log file
        • NValue = A TM1 reserved local variable. We don’t need to define this variable to use it in the TM1 script
        • OnMinorErrorDoItemSkip = Instructs the process to skip to the next record when a minor error is encountered
        • SValue = A TM1 reserved local variable. We don’t need to define this variable to use it in the TM1 script
        • TM1ProcessError.log = Generates a log file when a process encounters an error
        • Value_Is_String = A reserved local variable that checks if the data source type is a string or number