Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

collect statement

Former Member
0 Kudos

Hi All!

Can't we use collect statement on two numeric fields.How can we achieve the collect functionality on two numeric fields alternatively..

Regards

Praneeth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

COLLECT - This will work on the rows of the same column (all the numeric columns) when the CHAR columns have the same data. It cannot total up two different columns, if that is what you are trying to do.

You will have to handle that manually.

Regards,

Ravi

Note : Please mark the helpful answers

1 REPLY 1

Former Member
0 Kudos

COLLECT - This will work on the rows of the same column (all the numeric columns) when the CHAR columns have the same data. It cannot total up two different columns, if that is what you are trying to do.

You will have to handle that manually.

Regards,

Ravi

Note : Please mark the helpful answers