|
Home > Archive > BizTalk Server Applications Integration > July 2004 > Cumulative Sum Functoid not working in migrated solution
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Cumulative Sum Functoid not working in migrated solution
|
|
|
| I have migrated my solution from 2002 to 2004.
In the old version, the cumulative sum functoid was
working well (adds numbers for each repetition of a
subnode in a single record). But in the new one, the
functoid is adding all occurrences of the sub node in all
records, rather than one. So instead of getting a value of
say 2 or 3(per line), I am getting 91 (which is the number
of times the subnode appears in the entire file).
Is there a difference between the 2002 and 2004 versions
for this functoid?
Pl help soon.
| |
| ramani viswanathan 2004-07-09, 3:32 pm |
| The cumulative functoid has an addtional scope parameter in Biztalk 2004, which you may configure accordingly.
"ZD" wrote:
> I have migrated my solution from 2002 to 2004.
>
> In the old version, the cumulative sum functoid was
> working well (adds numbers for each repetition of a
> subnode in a single record). But in the new one, the
> functoid is adding all occurrences of the sub node in all
> records, rather than one. So instead of getting a value of
> say 2 or 3(per line), I am getting 91 (which is the number
> of times the subnode appears in the entire file).
>
> Is there a difference between the 2002 and 2004 versions
> for this functoid?
>
> Pl help soon.
>
>
|
|
|
|
|