Difference between revisions of "Error Messages/41091"

 
Line 1: Line 1:
= Error Message Examples =
+
[[Category: Error messages]]
  
An unrecognized <<type>> parameter, 'avg', specified to Function [[Aggregate]].
+
== Error message examples ==
  
= Cause =
+
:<code>''An unrecognized «type» parameter, 'avg', specified to Function Aggregate.''</code>
  
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]]:  
+
== Cause ==
 +
 
 +
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]].   
  
You have passed in an unrecognized value as the <<type>> parameter. Please visit the following page to learn more about the [[Aggregate#Aggregation_types|<<type>> parameter and to see examples.]]
+
You have passed in an unrecognized value as the «type» parameter. Please visit [[Aggregate#Aggregation_types|«type» parameter]] to learn more about «type» and to see examples.
  
= Remedies =
+
== Remedies ==
  
Correct the <<type>> parameter passed to the [[Aggregate]] function to be a recognized [[:Category:Array-reducing_functions|array reducing function]] name or handle.
+
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 />
+
==See Also==
 +
* [[Aggregate]]
 +
* [[Function calls and parameters]]

Latest revision as of 23:18, 17 March 2016


Error message examples

An unrecognized «type» parameter, 'avg', specified to Function Aggregate.

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: 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 «type» parameter to learn more about «type» and to see examples.

Remedies

Correct the «type» parameter passed to the Aggregate function to be a recognized array reducing function name or handle.

See Also

Comments


You are not allowed to post comments.