cancel
Showing results for 
Search instead for 
Did you mean: 

Adding values in table

Former Member
0 Kudos

Hi ,

I have a requirement like this :

the following values are coming in the table in the below format. if value of company code and cost center are equal it has to add the total values and dispaly in a single row.pls guide me on this.

Total Company code Cost center

100 2001 D800031

200 2001 D800031

300 2001 D800031

I want to get values in a single row Like this :

Total Company code Cost center

600 2001 D800031

Thanks in advance.

Regards,

Pavani

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member191569
Active Participant
0 Kudos

I think the best approach you can follow is to create a FixedBottomCell (or FixedTopCell) to handle with the totals.

You can create these UI elements inside each column and put a TextView inside them, for example, to show the values.

David