Jump to content

Object sum/join nodes


lindm

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/211088-object-sumjoin-nodes/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.