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.
Remedy
Correct the name of the variable passed as input to the function.
See Also
Comments
Enable comment auto-refresher