Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHey,
There is a property that you can change on your server to handle this case, in your site.prop file you can set: ls.brain.node.zeroDivideBehavior=ignore
Alternately, if you don't want this behavior across the entire server, but just on the node, create a string parameter on the node, giving it any name, but set the runtime property name to ls.brain.node.zeroDivideBehavior and set the value to ignore.
When you do this, rather than returning an error, the result of a divide by zero will be a constant which displays as "Infinity" when you view the data.
Tim.