Fixing errors in your model
Here’s how to spot and fix errors in your models to keep them accurate.
Understanding error codes
In Runway, driver values are displayed in time series tables. When there’s an error, the affected cells in these tables will display error codes.
These codes help you understand exactly what went wrong:
- CIRC: The driver or one of its inputs is referencing itself in the same month.
- DIV/0: The driver or one of its inputs is trying to divide by zero.
- REF: The driver or one of its inputs is referencing something that no longer exists.
- TYPE: The driver or one of its inputs is performing an operation on an incompatible data type.
- FORM: The driver or one of its inputs has a formula error.
- ERR: A general error that doesn’t fall into any of the above categories.
Fixing errors
If you see an error code, here’s how to troubleshoot it:
- Open the details view of the driver showing the error.
- Check whether the error is coming from the driver itself or from one of its inputs.
- Look at the
Inputs
section to see if the same error appears elsewhere.
Resolving these errors will help ensure your models are accurate and reliable.
To learn how to fix formula-related errors, check out this article.
Couldn’t find what you were looking for? Try typing your query in the search bar above, or feel free to get in touch with our support team.
Did this answer your question?
😞
😐
🤩