Hi there
I wish to compare two arrays’s collections, merge those collections and put them into a new array, where conditions are met on the collections’ parameters.
Please see this screendump, where I have tried to draw my thoughts:
My end goal is to have one array containing collections of data from both arrays, where e.g. these two conditions are met:
- The number after inv- “xxxxx” in the description of the first array’s collections is in the “text”-parameter of the second arrays’ collections.
- That the “amount" is equal “amount” in both arrays’ collections.
From that comparison, I wish to create one array containing collections, where all parameters are present from both collections, where the conditions where met.
I hope that my question makes sense
Thanks!
Br. Mathias