Difference between revisions of "Error Messages/40822"

Line 11: Line 11:
 
= Remedies =
 
= Remedies =
  
Change the identifier in the expression to a value or identifier that is allowed in the expression.
+
The maximum number of dimensions supported by Analytica is 15. You could use references in an array, or flatten dimensions to create objects with more than 15 dimensions, but this is not recommended; Analytica would not be able to successfully array abstract. Correct the [[MdTable]] call so that the resulting array has less than or equal to 15 dimensions.
  
 
<br><comments />
 
<br><comments />

Revision as of 21:42, 4 February 2010

Error Message Examples

The result of MDTable would have 16 dimensions, which exceeds the maximum allowed of 15 dimensions.

Cause

The result of MdTable would have more dimensions than the maximum number of dimensions, 15, allowed in Analytica.

It is very unusual to have an array with more than 15 dimensions. You could have made a mistake in your call to the MdTable function which triggered this error.

Remedies

The maximum number of dimensions supported by Analytica is 15. You could use references in an array, or flatten dimensions to create objects with more than 15 dimensions, but this is not recommended; Analytica would not be able to successfully array abstract. Correct the MdTable call so that the resulting array has less than or equal to 15 dimensions.



You are not allowed to post comments.

Comments
<comments />