Difference between revisions of "Error Messages/40822"
AManandhar (talk | contribs) m (→Remedies) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error message examples == | |
− | = Cause = | + | :<code>''The result of MDTable would have 16 dimensions, which exceeds the maximum allowed of 15 dimensions.''</code> |
+ | |||
+ | == Cause == | ||
The result of [[MdTable]] would have more dimensions than the maximum number of dimensions, 15, allowed in Analytica. | The result of [[MdTable]] would have more dimensions than the maximum number of dimensions, 15, allowed in Analytica. | ||
Line 9: | Line 11: | ||
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. | 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 = | + | == 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 | + | 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 Abstraction|array abstract]]. Correct the [[MdTable]] call so that the resulting array would have less than or equal to 15 dimensions. |
− | + | ==See Also== | |
+ | * [[MdTable]] | ||
+ | * [[Arrays and Indexes]] | ||
+ | * [[References]] | ||
+ | * [[Array-reducing functions]] | ||
+ | * [[Relational tables and multiD arrays|Array-flattening functions]] | ||
+ | * [[Array Abstraction]] | ||
+ | * [[Implicit Dimensions]] |
Latest revision as of 18:58, 5 April 2016
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 would have less than or equal to 15 dimensions.
See Also
Comments
Enable comment auto-refresher