Difference between revisions of "Error Messages/41095"

(Created page with '= Error Message Examples = The value 2016 given in the <<map>> parameter to Aggregate at IndexI=1-Jun-2015 is not an element of the Years, the <<targetIndex>>. The element…')
 
Line 7: Line 7:
 
= Cause =
 
= Cause =
  
The <<map>> parameter to [[Aggregate]] must be indexed by the <<i>> parameter and must hold values present in the <<targetIndex>> if the <<positional>> parameter is not set to true. If the <<positional>> parameter is specified to be true, the <<map>> parameter to the function must be numeric and a positional index along the <<targetIndex>> parameter index. You have not set the <<positional>> parameter to be true, and at least one cell in the passed in <<map>> parameter contains a value not present in <<targetIndex>>.
+
The <<map>> parameter to [[Aggregate]] must be indexed by the <<I>> parameter and must hold values present in the <<targetIndex>> if the <<positional>> parameter is not set to true. If the <<positional>> parameter is specified to be true, the <<map>> parameter to the function must be numeric and a positional index along the <<targetIndex>> parameter index. You have not set the <<positional>> parameter to be true, and at least one cell in the passed in <<map>> parameter contains a value not present in <<targetIndex>>.
  
 
Please click on the following link to see [[Aggregate#Examples|an example use of Aggregate]].
 
Please click on the following link to see [[Aggregate#Examples|an example use of Aggregate]].

Revision as of 21:58, 17 February 2010

Error Message Examples

The value 2016 given in the <<map>> parameter to Aggregate at IndexI=1-Jun-2015
is not an element of the Years, the <<targetIndex>>. The elements of <<man>> must be
elements of Years, or they may be null.

Cause

The <<map>> parameter to Aggregate must be indexed by the <> parameter and must hold values present in the <<targetIndex>> if the <<positional>> parameter is not set to true. If the <<positional>> parameter is specified to be true, the <<map>> parameter to the function must be numeric and a positional index along the <<targetIndex>> parameter index. You have not set the <<positional>> parameter to be true, and at least one cell in the passed in <<map>> parameter contains a value not present in <<targetIndex>>.

Please click on the following link to see an example use of Aggregate.

Remedies

Correct the <<map>> parameter so that all the cells hold a value that is present in the <<targetIndex>> parameter.



You are not allowed to post comments.

Comments
<comments />