Difference between revisions of "Error Messages/40316"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = Error encountered in the parameter declaration for Function Dictionary while checking: (X: number: Y: ascending text descending) …') |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
+ | == Error message examples == | ||
+ | |||
+ | <pre style="background:white; border:white; margin-left: 1em; font-style:italic"> | ||
Error encountered in the parameter declaration for Function Dictionary while checking: | Error encountered in the parameter declaration for Function Dictionary while checking: | ||
(X: number: Y: ascending text descending) | (X: number: Y: ascending text descending) | ||
^ | ^ | ||
The ordering for parameter is specified twice. | The ordering for parameter is specified twice. | ||
+ | </pre> | ||
− | = Cause = | + | == Cause == |
The ordering qualifier for a [[User-Defined Functions|UDF]] is specified twice for the same parameter. | The ordering qualifier for a [[User-Defined Functions|UDF]] is specified twice for the same parameter. | ||
− | Please go to the following link for more information on [[Function_Parameter_Qualifiers# | + | Please go to the following link for more information on [[Function_Parameter_Qualifiers#Ordering_Qualifiers|ordering qualifiers.]] |
− | = Remedies = | + | == Remedies == |
Specify only one ordering qualifier. | Specify only one ordering qualifier. | ||
− | + | ==See Also== | |
+ | * [[User-Defined Functions]] | ||
+ | * [[Function calls and parameters]] | ||
+ | * [[Function Parameter Qualifiers]] |
Latest revision as of 00:17, 25 March 2016
Error message examples
Error encountered in the parameter declaration for Function Dictionary while checking: (X: number: Y: ascending text descending) ^ The ordering for parameter is specified twice.
Cause
The ordering qualifier for a UDF is specified twice for the same parameter.
Please go to the following link for more information on ordering qualifiers.
Remedies
Specify only one ordering qualifier.
See Also
Comments
Enable comment auto-refresher