Application Development and Automation 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: 
Read only

collect statement

Former Member
0 Likes
515

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
Read only

Former Member
0 Likes
485

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
Read only

Former Member
0 Likes
486

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