Error trapping in TM1 9.0?
Posted: Tue Jan 26, 2010 4:22 pm
Is there any way to trap a function error in a TI process? TM1 version: 9.0.3.196 – Update 9 (64-bit).
I'm using the NUMBR function to distinguish between pure numeric and alphanumeric string element values in an IF statement and process records accordingly.
Works great unless it hits a purely alphabetic value, in which case it causes an error (“cannot convert string to a real number†in the Message Log). The IF statement continues processing at the next line in this case.
I found a way to order the IF statement to get the output I want, but that might not always work, and I’d prefer trapping the errors in the process and keeping them out of the Message Log.
Thanks.
I'm using the NUMBR function to distinguish between pure numeric and alphanumeric string element values in an IF statement and process records accordingly.
Works great unless it hits a purely alphabetic value, in which case it causes an error (“cannot convert string to a real number†in the Message Log). The IF statement continues processing at the next line in this case.
I found a way to order the IF statement to get the output I want, but that might not always work, and I’d prefer trapping the errors in the process and keeping them out of the Message Log.
Thanks.