Error Messages/40221
Warning Message
- Warning:
- HandleFromIdentifier finds no variable or object named "Revenue"
Cause
The name passed to HandleFromIdentifier is not the identifier of an object. In the above example, the following expression was evaluated
HandleFromIdentifier("Revenue")
by the model does not contain a variable named Revenue.
See Also
Comments
Loading comments...