Difference between revisions of "Error Messages/41095"
m (→Cause) |
|||
Line 11: | Line 11: | ||
= Cause = | = Cause = | ||
− | The <<map>> parameter to [[Aggregate]] | + | The <<map>> parameter to [[Aggregate]] should contain a value of the <<targetIndex>> for each value of the current index <<i>> of the parameter <<x>>. For the specified value of <<i>>, <<Map>> contains a value not in the <<targetIndex>>. |
+ | |||
+ | If <<positional>> is set to true, <<map>> should contain integers specifying positional values in <<targetIndex>> -- i.e. numbers between 1 and Size(<<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 16:11, 17 May 2013
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.
In Function Aggregate(«x», «map», i:IndexI, targetIndex:Years), the value in the «map» parameter at index IndexI=1-Jan-2015 is not an element of the target index Years. Each value of «map» should be either an element of the index Years, or the value Null.
Cause
The <<map>> parameter to Aggregate should contain a value of the <<targetIndex>> for each value of the current index <> of the parameter <<x>>. For the specified value of <>, <<Map>> contains a value not in the <<targetIndex>>.
If <<positional>> is set to true, <<map>> should contain integers specifying positional values in <<targetIndex>> -- i.e. numbers between 1 and Size(<<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.
Comments
<comments />
Enable comment auto-refresher