TM1 division operator (backwards slash)

In TM1 even though you can use both “” (back slash) and “/” (forward slash) for division, it’s highly recommended to use the first one – “” (back slash).
The difference:
“/” (forward slash): Division by zero using this operator returns an undefined value.
“\” (back slash): Division by zero using this operator returns zero.

Also you may get even an error like “Data Source line Error: Data Procedureline: Cell type is consolidated” when using a formula with “/” (forward slash) inside CellPutN function

Leave a comment

Design a site like this with WordPress.com
Get started