Expand my Community achievements bar.

combine rows based on one field

Avatar

Level 1

Requirement is to sum the qty and amount if same item is occurs in dynamic table. I tried some code. But, it is not worked. pls, provide any ideas.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor

Can you please provide more details on this? What code you have written and on what condition you are adding two fields?

If possible share your form and detailed scenario.

 

As per the above detail, you need to check the value of field on which addition is applied.

 

if(sameItem is true or whatever your condition is){

then add your other field here

Thank You.