Difference between revisions of "Error Messages/40608"
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
* [[Assignment Operator :=]] | * [[Assignment Operator :=]] | ||
− | * [[ | + | * [[Tutorial: Arrays]] |
* [[Arrays and Indexes]] | * [[Arrays and Indexes]] | ||
* [[Local Indexes]] | * [[Local Indexes]] | ||
* [[Definition]] | * [[Definition]] | ||
* [[Class]] | * [[Class]] |
Latest revision as of 19:18, 28 April 2016
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
Enable comment auto-refresher