lindm Posted August 18, 2010 Share Posted August 18, 2010 I have the following object: var data={ 'ID1':{ field1: 'selector1', field2: 'Text', field3: 'Text1' }, 'ID2':{ field1: 'selector1', field2: 'Text', field3: 'Text2' }, 'ID3':{ field1: 'selector2', field2: 'Text', field3: 'Text3' }, 'ID4':{ field1: 'selector2', field2: 'Text', field3: 'Text4' } }; How would I sum/join all the field3 nodes for each unique field1 node? So for instance the sum/join of selector1 would be "Text1Text2" and for selector2 "Text3Text4". Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.