Error Messages/40608

< Error Messages
Revision as of 19:18, 28 April 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Error message

 Assignment cannot create an edit table definition from an array result
 when the array contains a local index.

Cause

Analytica can't assign an array that contains a local index to a global variable. If it could, it would create a global variable with an edit table indexed by a local index, which can't be saved when the model is saved.

Remedies

Usually, the best work around is to create a global index, and reindex the array by the global index before assigning it the global variable. That will work fine.

See Also

Comments


You are not allowed to post comments.