Difference between revisions of "Error Messages/41091"

(Created page with '= Error Message Examples = An unrecognized <<type>> parameter, 'avg', specified to Function Aggregate. = Cause = The <<type>> parameter to Aggregate can be passed to …')
 
m
Line 5: Line 5:
 
= Cause =
 
= Cause =
  
The <<type>> parameter to [[Aggregate]] can be passed to specify the array reducing function to use for aggregation. The following functions may be passed as the <<type>> parameter to [[Aggregate]]:  
+
The <<type>> parameter to [[Aggregate]] can be passed to specify the [[Category:Array-reducing_functions|array reducing function]] to use for aggregation. The following functions may be passed as the <<type>> parameter to [[Aggregate]]:  
 
[[Sum]](default), [[Max]], [[Min]], [[Average]] or [[Mean]], [[Product]], [[Median]], [[SDeviation]], [[Variance]], [[Skewness]], [[Kurtosis]], and [[Join]].   
 
[[Sum]](default), [[Max]], [[Min]], [[Average]] or [[Mean]], [[Product]], [[Median]], [[SDeviation]], [[Variance]], [[Skewness]], [[Kurtosis]], and [[Join]].   
  
Line 12: Line 12:
 
= Remedies =
 
= Remedies =
  
Correct the <<type>> parameter passed to the [[Aggregate]] function to be a recognized array reducing function handle or name.
+
Correct the <<type>> parameter passed to the [[Aggregate]] function to be a recognized[[Category:Array-reducing_functions|array reducing function]] name or handle.
  
 
<br><comments />
 
<br><comments />

Revision as of 20:31, 17 February 2010

Error Message Examples

An unrecognized <<type>> parameter, 'avg', specified to Function Aggregate.

Cause

The <<type>> parameter to Aggregate can be passed to specify the to use for aggregation. The following functions may be passed as the <<type>> parameter to Aggregate: Sum(default), Max, Min, Average or Mean, Product, Median, SDeviation, Variance, Skewness, Kurtosis, and Join.

You have passed in an unrecognized value as the <<type>> parameter. Please visit the following page to learn more about the <<type>> parameter and to see examples.

Remedies

Correct the <<type>> parameter passed to the Aggregate function to be a recognized name or handle.



You are not allowed to post comments.

Comments
<comments />