Error Messages/41011
Error message examples
The first parameter to MdTable must be a 2-D table.
Cause
MdTable converts a passed 2-D (flat) representation of a multidimensional table to a multidimensional table. The first parameter to the function must be a 2-D table but something else was passed.
This error is sometimes also triggered when the 2-D table passed as the first parameter is not indexed by either the second parameter, «Rows», or the third parameter, «Cols».
Remedies
Pass in a 2-D table indexed by the indexes passed as the second and the third parameter to resolve this error.
See Also
Comments
Enable comment auto-refresher